Property | Type | Description | |
---|---|---|---|
CurrentAbortHandler | ExceptionHandler | ||
InstructionIndex | int | ||
StackIndex | int |
Property | Type | Description | |
---|---|---|---|
Enter | |||
InterpretedFrame | System.Collections.Generic | ||
IsJumpHappened | bool | ||
Leave | void | ||
PopPendingContinuation | void | ||
PushPendingContinuation | void | ||
SaveTraceToException | void | ||
SetStackDepth | void |
Method | Description | |
---|---|---|
Dup ( ) : void | ||
GetDebugInfo ( int instructionIndex ) : DebugInfo | ||
GetExceptionStackTrace ( |
||
GetStackTraceDebugInfo ( ) : IEnumerable |
||
Goto ( int labelIndex, object value, bool gotoExceptionHandler ) : int | ||
IsInterpretedFrame ( |
||
Peek ( ) : object | ||
Pop ( ) : object | ||
Push ( bool value ) : void | ||
Push ( byte value ) : void | ||
Push ( int value ) : void | ||
Push ( object value ) : void | ||
Push ( sbyte value ) : void | ||
Push ( short value ) : void | ||
Push ( ushort value ) : void | ||
PushContinuation ( int continuation ) : void | ||
RemoveContinuation ( ) : void | ||
YieldToCurrentContinuation ( ) : int | ||
YieldToPendingContinuation ( ) : int |
Get called from the LeaveFinallyInstruction
|
Method | Description | |
---|---|---|
Enter ( ) : |
||
InterpretedFrame ( |
||
IsJumpHappened ( ) : bool | ||
Leave ( |
||
PopPendingContinuation ( ) : void | ||
PushPendingContinuation ( ) : void | ||
SaveTraceToException ( |
||
SetStackDepth ( int depth ) : void |
public GetDebugInfo ( int instructionIndex ) : DebugInfo | ||
instructionIndex | int | |
return | DebugInfo |
public static GetExceptionStackTrace ( |
||
exception | ||
return | InterpretedFrameInfo[] |
public GetStackTraceDebugInfo ( ) : IEnumerable |
||
return | IEnumerable |
public Goto ( int labelIndex, object value, bool gotoExceptionHandler ) : int | ||
labelIndex | int | |
value | object | |
gotoExceptionHandler | bool | |
return | int |
public static IsInterpretedFrame ( |
||
method | ||
return | bool |
public PushContinuation ( int continuation ) : void | ||
continuation | int | |
return | void |
public ExceptionHandler CurrentAbortHandler | ||
return | ExceptionHandler |