C# 클래스 Rhino.Tools.Debugger.Program.IProxy

Class to consolidate all internal implementations of interfaces to avoid class generation bloat.
Class to consolidate all internal implementations of interfaces to avoid class generation bloat.
상속: Runnable, ScopeProvider
파일 보기 프로젝트 열기: hazzik/Rhino.Net

공개 메소드들

메소드 설명
GetScope ( ) : Scriptable

Returns the scope for script evaluations.

Returns the scope for script evaluations.

IProxy ( int type ) : System

Creates a new IProxy.

Creates a new IProxy.

NewScopeProvider ( Scriptable scope ) : ScopeProvider

Creates a new IProxy that acts as a ScopeProvider .

Run ( ) : void

Exit action.

Exit action.

메소드 상세

GetScope() 공개 메소드

Returns the scope for script evaluations.
Returns the scope for script evaluations.
public GetScope ( ) : Scriptable
리턴 Scriptable

IProxy() 공개 메소드

Creates a new IProxy.
Creates a new IProxy.
public IProxy ( int type ) : System
type int
리턴 System

NewScopeProvider() 공개 정적인 메소드

Creates a new IProxy that acts as a ScopeProvider .
public static NewScopeProvider ( Scriptable scope ) : ScopeProvider
scope Scriptable
리턴 ScopeProvider

Run() 공개 메소드

Exit action.
Exit action.
public Run ( ) : void
리턴 void