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

Proxy class to implement debug interfaces without bloat of class files.
Proxy class to implement debug interfaces without bloat of class files.
Наследование: ContextAction, ContextFactory.Listener, Rhino.Debug.Debugger
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ContextCreated ( Context cx ) : void

Called when a Context is created.

Called when a Context is created.

ContextReleased ( Context cx ) : void

Called when a Context is destroyed.

Called when a Context is destroyed.

GetFrame ( Context cx, DebuggableScript fnOrScript ) : DebugFrame

Returns a StackFrame for the given function or script.

Returns a StackFrame for the given function or script.

HandleCompilationDone ( Context cx, DebuggableScript fnOrScript, string source ) : void

Called when compilation is finished.

Called when compilation is finished.

Run ( Context cx ) : object

Performs the action given by type .

Приватные методы

Метод Описание
DimIProxy ( Dim dim, int type ) : System

Creates a new DimIProxy.

Creates a new DimIProxy.

WithContext ( ) : void

Performs the action given by type with the attached Rhino.ContextFactory .

Описание методов

ContextCreated() публичный Метод

Called when a Context is created.
Called when a Context is created.
public ContextCreated ( Context cx ) : void
cx Rhino.Context
Результат void

ContextReleased() публичный Метод

Called when a Context is destroyed.
Called when a Context is destroyed.
public ContextReleased ( Context cx ) : void
cx Rhino.Context
Результат void

GetFrame() публичный Метод

Returns a StackFrame for the given function or script.
Returns a StackFrame for the given function or script.
public GetFrame ( Context cx, DebuggableScript fnOrScript ) : DebugFrame
cx Rhino.Context
fnOrScript DebuggableScript
Результат DebugFrame

HandleCompilationDone() публичный Метод

Called when compilation is finished.
Called when compilation is finished.
public HandleCompilationDone ( Context cx, DebuggableScript fnOrScript, string source ) : void
cx Rhino.Context
fnOrScript DebuggableScript
source string
Результат void

Run() публичный Метод

Performs the action given by type .
public Run ( Context cx ) : object
cx Rhino.Context
Результат object