Property | Type | Description | |
---|---|---|---|
Aotid | string | ||
IsILOffset | bool | ||
Line | string | ||
MethodIndex | uint | ||
MethodSignature | string | ||
Mvid | string | ||
Offset | int | ||
TypeFullName | string |
Method | Description | |
---|---|---|
ToString ( ) : string | ||
TryParse ( string line, |
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 |
public static TryParse ( string line, |
||
line | string | |
stackFrame | ||
return | bool |