C# Class Mono.StackFrameData

Show file Open project: mono/mono Class Usage Examples

Public Properties

Property Type Description
Aotid string
IsILOffset bool
Line string
MethodIndex uint
MethodSignature string
Mvid string
Offset int
TypeFullName string

Public Methods

Method Description
ToString ( ) : string
TryParse ( string line, StackFrameData &stackFrame ) : bool

Private Methods

Method Description
ExtractSignatures ( string str, string &typeFullName, string &methodSignature ) : bool
SetLocation ( string file, int lineNumber ) : void
StackFrameData ( string line, string typeFullName, string methodSig, int offset, bool isILOffset, uint methodIndex, string mvid, string aotid ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

TryParse() public static method

public static TryParse ( string line, StackFrameData &stackFrame ) : bool
line string
stackFrame StackFrameData
return bool

Property Details

Aotid public property

public string Aotid
return string

IsILOffset public property

public bool IsILOffset
return bool

Line public property

public string Line
return string

MethodIndex public property

public uint MethodIndex
return uint

MethodSignature public property

public string MethodSignature
return string

Mvid public property

public string Mvid
return string

Offset public property

public int Offset
return int

TypeFullName public property

public string TypeFullName
return string