Show / Hide Table of Contents

Class AppCenterFrameModel

Represents the Frame class in the crash .json.

Inheritance
object
AppCenterFrameModel
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.CrashSources
Assembly: CrashCABN.CrashSources.AppCenter.dll
Syntax
public class AppCenterFrameModel

Constructors

View Source

AppCenterFrameModel(string, string)

Represents the Frame class in the crash .json.

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

Properties

View Source

ClassName

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

MethodName

Declaration
public string MethodName { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX