Class AppCenterFrameModel
Represents the Frame class in the crash .json.
Inheritance
System.Object
AppCenterFrameModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.CrashSources
Assembly: CrashCABN.CrashSources.AppCenter.dll
Syntax
public class AppCenterFrameModel
Constructors
View SourceAppCenterFrameModel(String, String)
Declaration
public AppCenterFrameModel(string className, string methodName)
Parameters
Type | Name | Description |
---|---|---|
System.String | className | |
System.String | methodName |
Properties
View SourceClassName
Declaration
public string ClassName { get; }
Property Value
Type | Description |
---|---|
System.String |
MethodName
Declaration
public string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |