프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ConvertClrToVariableCollection | VariableCollection | ||
FindIlOffset | uint | ||
FindIlOffset | uint | ||
GetArguments | VariableCollection | ||
GetClrArgumentsNames | string[] | ||
GetClrLocalsNames | string[] | ||
GetLocals | VariableCollection | ||
GetRecursiveSlots | IEnumerable |
||
ReadClrFunctionNameAndDisplacement | ulong>.Tuple | ||
ReadClrSourceFileNameAndLine | Tuple |
||
ReadFunctionNameAndDisplacement | ulong>.Tuple | ||
ReadSourceFileNameAndLine | Tuple |
||
StackFrame | System |
메소드 | 설명 | |
---|---|---|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
메소드 | 설명 | |
---|---|---|
ConvertClrToVariableCollection ( IList |
Converts the CLR values to variable collection.
|
|
FindIlOffset ( Microsoft frame ) : uint |
Finds the IL offset for the specified frame.
|
|
FindIlOffset ( Microsoft method, ulong instructionPointer ) : uint |
Finds the IL offset for the specified frame.
|
|
GetArguments ( ) : VariableCollection |
Gets the function arguments.
|
|
GetClrArgumentsNames ( ) : string[] |
Gets the CLR function argument names.
|
|
GetClrLocalsNames ( ) : string[] |
Gets the CLR local variable names.
|
|
GetLocals ( ) : VariableCollection |
Gets the local variables.
|
|
GetRecursiveSlots ( Microsoft scope, List |
Gets the recursive slots.
|
|
ReadClrFunctionNameAndDisplacement ( |
Reads the CLR function name and displacement.
|
|
ReadClrSourceFileNameAndLine ( |
Reads the CLR source file name, line number and displacement.
|
|
ReadFunctionNameAndDisplacement ( ) : ulong>.Tuple |
Reads the function name and displacement.
|
|
ReadSourceFileNameAndLine ( ) : Tuple |
Reads the name of the source file, line and displacement.
|
|
StackFrame ( StackTrace stackTrace, |
Initializes a new instance of the StackFrame class.
|