C# Class Rhino.Tools.Debugger.Dim.ContextData

Class to store information about a stack.
Class to store information about a stack.
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

FrameCount() public méthode

Returns the number of stack frames.
Returns the number of stack frames.
public FrameCount ( ) : int
Résultat int

Get() public static méthode

Returns the ContextData for the given Context.
Returns the ContextData for the given Context.
public static Get ( Context cx ) : Dim.ContextData
cx Rhino.Context
Résultat Dim.ContextData

GetFrame() public méthode

Returns the stack frame with the given index.
Returns the stack frame with the given index.
public GetFrame ( int frameNumber ) : Dim.StackFrame
frameNumber int
Résultat Dim.StackFrame