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
Afficher le fichier Open project: hazzik/Rhino.Net

Méthodes publiques

Méthode 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 méthode

Returns the scope for script evaluations.
Returns the scope for script evaluations.
public GetScope ( ) : Scriptable
Résultat Scriptable

IProxy() public méthode

Creates a new IProxy.
Creates a new IProxy.
public IProxy ( int type ) : System
type int
Résultat System

NewScopeProvider() public static méthode

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

Run() public méthode

Exit action.
Exit action.
public Run ( ) : void
Résultat void