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
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
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