C# Class 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.
Inheritance: Runnable, ScopeProvider
显示文件 Open project: hazzik/Rhino.Net

Public Methods

Method Description
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.

Method Details

GetScope() public method

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

IProxy() public method

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

NewScopeProvider() public static method

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

Run() public method

Exit action.
Exit action.
public Run ( ) : void
return void