C# 클래스 System.Linq.Expressions.Interpreter.InterpretedFrame

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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