C# Класс System.Linq.Expressions.Interpreter.InterpretedFrame

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CurrentAbortHandler ExceptionHandler
InstructionIndex int
StackIndex int

Private Properties

Свойство Тип Описание
Enter InterpretedFrame
InterpretedFrame System.Collections.Generic
IsJumpHappened bool
Leave void
PopPendingContinuation void
PushPendingContinuation void
SaveTraceToException void
SetStackDepth void

Открытые методы

Метод Описание
Dup ( ) : void
GetDebugInfo ( int instructionIndex ) : DebugInfo
GetExceptionStackTrace ( Exception exception ) : InterpretedFrameInfo[]
GetStackTraceDebugInfo ( ) : IEnumerable
Goto ( int labelIndex, object value, bool gotoExceptionHandler ) : int
IsInterpretedFrame ( MethodBase method ) : bool
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

Приватные методы

Метод Описание
Enter ( ) : InterpretedFrame
InterpretedFrame ( Interpreter interpreter, IStrongBox closure ) : System.Collections.Generic
IsJumpHappened ( ) : bool
Leave ( InterpretedFrame prevFrame ) : void
PopPendingContinuation ( ) : void
PushPendingContinuation ( ) : void
SaveTraceToException ( Exception exception ) : void
SetStackDepth ( int depth ) : void

Описание методов

Dup() публичный Метод

public Dup ( ) : void
Результат void

GetDebugInfo() публичный Метод

public GetDebugInfo ( int instructionIndex ) : DebugInfo
instructionIndex int
Результат DebugInfo

GetExceptionStackTrace() публичный статический Метод

public static GetExceptionStackTrace ( Exception exception ) : InterpretedFrameInfo[]
exception System.Exception
Результат InterpretedFrameInfo[]

GetStackTraceDebugInfo() публичный Метод

public GetStackTraceDebugInfo ( ) : IEnumerable
Результат IEnumerable

Goto() публичный Метод

public Goto ( int labelIndex, object value, bool gotoExceptionHandler ) : int
labelIndex int
value object
gotoExceptionHandler bool
Результат int

IsInterpretedFrame() публичный статический Метод

public static IsInterpretedFrame ( MethodBase method ) : bool
method System.Reflection.MethodBase
Результат bool

Peek() публичный Метод

public Peek ( ) : object
Результат object

Pop() публичный Метод

public Pop ( ) : object
Результат object

Push() публичный Метод

public Push ( bool value ) : void
value bool
Результат void

Push() публичный Метод

public Push ( byte value ) : void
value byte
Результат void

Push() публичный Метод

public Push ( int value ) : void
value int
Результат void

Push() публичный Метод

public Push ( object value ) : void
value object
Результат void

Push() публичный Метод

public Push ( sbyte value ) : void
value sbyte
Результат void

Push() публичный Метод

public Push ( short value ) : void
value short
Результат void

Push() публичный Метод

public Push ( ushort value ) : void
value ushort
Результат void

PushContinuation() публичный Метод

public PushContinuation ( int continuation ) : void
continuation int
Результат void

RemoveContinuation() публичный Метод

public RemoveContinuation ( ) : void
Результат void

YieldToCurrentContinuation() публичный Метод

public YieldToCurrentContinuation ( ) : int
Результат int

YieldToPendingContinuation() публичный Метод

Get called from the LeaveFinallyInstruction
public YieldToPendingContinuation ( ) : int
Результат int

Описание свойств

CurrentAbortHandler публичное свойство

public ExceptionHandler CurrentAbortHandler
Результат ExceptionHandler

InstructionIndex публичное свойство

public int InstructionIndex
Результат int

StackIndex публичное свойство

public int StackIndex
Результат int