Свойство | Тип | Описание | |
---|---|---|---|
CurrentAbortHandler | Microsoft.Scripting.Interpreter.ExceptionHandler | ||
InstructionIndex | int | ||
StackIndex | int |
Свойство | Тип | Описание | |
---|---|---|---|
Enter | ThreadLocal |
||
InterpretedFrame | System.Linq.Expressions | ||
Leave | void | ||
PopPendingContinuation | void | ||
PushPendingContinuation | void | ||
SaveTraceToException | void | ||
SetStackDepth | void |
Метод | Описание | |
---|---|---|
Dup ( ) : void | ||
GetDebugInfo ( int instructionIndex ) : Microsoft.Scripting.Interpreter.DebugInfo | ||
GetExceptionStackTrace ( Exception exception ) : InterpretedFrameInfo[] | ||
GetStackTraceDebugInfo ( ) : IEnumerable |
||
Goto ( int labelIndex, object value ) : int | ||
GroupStackFrames ( IEnumerable |
A single interpreted frame might be represented by multiple subsequent Interpreter.Run CLR frames. This method filters out the duplicate CLR frames.
|
|
IsInterpretedFrame ( |
||
Peek ( ) : object | ||
Pop ( ) : object | ||
Push ( bool value ) : void | ||
Push ( int value ) : void | ||
Push ( object value ) : void | ||
PushContinuation ( int continuation ) : void | ||
RemoveContinuation ( ) : void | ||
VoidGoto ( int labelIndex ) : int | ||
YieldToCurrentContinuation ( ) : int | ||
YieldToPendingContinuation ( ) : int |
Метод | Описание | |
---|---|---|
Enter ( ) : ThreadLocal |
||
InterpretedFrame ( |
||
Leave ( ThreadLocal |
||
PopPendingContinuation ( ) : void | ||
PushPendingContinuation ( ) : void | ||
SaveTraceToException ( Exception exception ) : void | ||
SetStackDepth ( int depth ) : void |
public GetDebugInfo ( int instructionIndex ) : Microsoft.Scripting.Interpreter.DebugInfo | ||
instructionIndex | int | |
Результат | Microsoft.Scripting.Interpreter.DebugInfo |
public static GetExceptionStackTrace ( Exception exception ) : InterpretedFrameInfo[] | ||
exception | Exception | |
Результат | InterpretedFrameInfo[] |
public GetStackTraceDebugInfo ( ) : IEnumerable |
||
Результат | IEnumerable |
public Goto ( int labelIndex, object value ) : int | ||
labelIndex | int | |
value | object | |
Результат | int |
public static GroupStackFrames ( IEnumerable |
||
stackTrace | IEnumerable |
|
Результат | IEnumerable |
public static IsInterpretedFrame ( |
||
method | ||
Результат | bool |
public PushContinuation ( int continuation ) : void | ||
continuation | int | |
Результат | void |
public YieldToCurrentContinuation ( ) : int | ||
Результат | int |
public YieldToPendingContinuation ( ) : int | ||
Результат | int |
public ExceptionHandler,Microsoft.Scripting.Interpreter CurrentAbortHandler | ||
Результат | Microsoft.Scripting.Interpreter.ExceptionHandler |