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
Показать файл Открыть проект

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

Метод Описание
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