Show / Hide Table of Contents

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 Source

AppCenterFrameModel(String, String)

Declaration
public AppCenterFrameModel(string className, string methodName)
Parameters
Type Name Description
System.String className
System.String methodName

Properties

View Source

ClassName

Declaration
public string ClassName { get; }
Property Value
Type Description
System.String
View Source

MethodName

Declaration
public string MethodName { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX