C# 클래스 Rhino.Tools.Debugger.Dim.ContextData

Class to store information about a stack.
Class to store information about a stack.
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
FrameCount ( ) : int

Returns the number of stack frames.

Returns the number of stack frames.

Get ( Context cx ) : Dim.ContextData

Returns the ContextData for the given Context.

Returns the ContextData for the given Context.

GetFrame ( int frameNumber ) : Dim.StackFrame

Returns the stack frame with the given index.

Returns the stack frame with the given index.

비공개 메소드들

메소드 설명
PopFrame ( ) : void

Pops a stack frame from the stack.

Pops a stack frame from the stack.

PushFrame ( Dim frame ) : void

Pushes a stack frame on to the stack.

Pushes a stack frame on to the stack.

메소드 상세

FrameCount() 공개 메소드

Returns the number of stack frames.
Returns the number of stack frames.
public FrameCount ( ) : int
리턴 int

Get() 공개 정적인 메소드

Returns the ContextData for the given Context.
Returns the ContextData for the given Context.
public static Get ( Context cx ) : Dim.ContextData
cx Rhino.Context
리턴 Dim.ContextData

GetFrame() 공개 메소드

Returns the stack frame with the given index.
Returns the stack frame with the given index.
public GetFrame ( int frameNumber ) : Dim.StackFrame
frameNumber int
리턴 Dim.StackFrame