C# Класс Rhino.Tools.Debugger.Dim.ContextData

Class to store information about a stack.
Class to store information about a stack.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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