C# Class Mono.StackFrameData

ファイルを表示 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_oe property

public string Aotid
return string

IsILOffset public_oe property

public bool IsILOffset
return bool

Line public_oe property

public string Line
return string

MethodIndex public_oe property

public uint MethodIndex
return uint

MethodSignature public_oe property

public string MethodSignature
return string

Mvid public_oe property

public string Mvid
return string

Offset public_oe property

public int Offset
return int

TypeFullName public_oe property

public string TypeFullName
return string