C# Class System.Linq.Expressions.Interpreter.InterpretedFrame

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentAbortHandler ExceptionHandler
InstructionIndex int
StackIndex int

Private Properties

Свойство Type Description
Enter InterpretedFrame
InterpretedFrame System.Collections.Generic
IsJumpHappened bool
Leave void
PopPendingContinuation void
PushPendingContinuation void
SaveTraceToException void
SetStackDepth void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Dup() public méthode

public Dup ( ) : void
Résultat void

GetDebugInfo() public méthode

public GetDebugInfo ( int instructionIndex ) : DebugInfo
instructionIndex int
Résultat DebugInfo

GetExceptionStackTrace() public static méthode

public static GetExceptionStackTrace ( Exception exception ) : InterpretedFrameInfo[]
exception System.Exception
Résultat InterpretedFrameInfo[]

GetStackTraceDebugInfo() public méthode

public GetStackTraceDebugInfo ( ) : IEnumerable
Résultat IEnumerable

Goto() public méthode

public Goto ( int labelIndex, object value, bool gotoExceptionHandler ) : int
labelIndex int
value object
gotoExceptionHandler bool
Résultat int

IsInterpretedFrame() public static méthode

public static IsInterpretedFrame ( MethodBase method ) : bool
method System.Reflection.MethodBase
Résultat bool

Peek() public méthode

public Peek ( ) : object
Résultat object

Pop() public méthode

public Pop ( ) : object
Résultat object

Push() public méthode

public Push ( bool value ) : void
value bool
Résultat void

Push() public méthode

public Push ( byte value ) : void
value byte
Résultat void

Push() public méthode

public Push ( int value ) : void
value int
Résultat void

Push() public méthode

public Push ( object value ) : void
value object
Résultat void

Push() public méthode

public Push ( sbyte value ) : void
value sbyte
Résultat void

Push() public méthode

public Push ( short value ) : void
value short
Résultat void

Push() public méthode

public Push ( ushort value ) : void
value ushort
Résultat void

PushContinuation() public méthode

public PushContinuation ( int continuation ) : void
continuation int
Résultat void

RemoveContinuation() public méthode

public RemoveContinuation ( ) : void
Résultat void

YieldToCurrentContinuation() public méthode

public YieldToCurrentContinuation ( ) : int
Résultat int

YieldToPendingContinuation() public méthode

Get called from the LeaveFinallyInstruction
public YieldToPendingContinuation ( ) : int
Résultat int

Property Details

CurrentAbortHandler public_oe property

public ExceptionHandler CurrentAbortHandler
Résultat ExceptionHandler

InstructionIndex public_oe property

public int InstructionIndex
Résultat int

StackIndex public_oe property

public int StackIndex
Résultat int