C# Класс Rhino.ImporterTopLevel

Наследование: TopLevel
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
Get ( string name, Scriptable start ) : object
GetClassName ( ) : string
Has ( string name, Scriptable start ) : bool
ImporterTopLevel ( ) : System
ImporterTopLevel ( Context cx ) : System
ImporterTopLevel ( Context cx, bool @sealed ) : System
Init ( Context cx, Scriptable scope, bool @sealed ) : void
InitStandardObjects ( Context cx, bool @sealed ) : void

Защищенные методы

Метод Описание
FindPrototypeId ( string s ) : int
InitPrototypeId ( int id ) : void

Приватные методы

Метод Описание
GetPackageProperty ( string name, Scriptable start ) : object
ImportClass ( NativeJavaClass cl ) : void
ImportPackage ( Context cx, Scriptable thisObj, object args, System.Function funObj ) : void
ImportPackage ( NativeJavaPackage pkg ) : void
Js_construct ( Scriptable scope, object args ) : object
Js_importClass ( object args ) : object
Js_importPackage ( object args ) : object
RealThis ( Scriptable thisObj, IdFunctionObject f ) : ImporterTopLevel

Описание методов

ExecIdCall() публичный Метод

public ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
f IdFunctionObject
cx Context
scope Scriptable
thisObj Scriptable
args object
Результат object

FindPrototypeId() защищенный Метод

protected FindPrototypeId ( string s ) : int
s string
Результат int

Get() публичный Метод

public Get ( string name, Scriptable start ) : object
name string
start Scriptable
Результат object

GetClassName() публичный Метод

public GetClassName ( ) : string
Результат string

Has() публичный Метод

public Has ( string name, Scriptable start ) : bool
name string
start Scriptable
Результат bool

ImporterTopLevel() публичный Метод

public ImporterTopLevel ( ) : System
Результат System

ImporterTopLevel() публичный Метод

public ImporterTopLevel ( Context cx ) : System
cx Context
Результат System

ImporterTopLevel() публичный Метод

public ImporterTopLevel ( Context cx, bool @sealed ) : System
cx Context
@sealed bool
Результат System

Init() публичный статический Метод

public static Init ( Context cx, Scriptable scope, bool @sealed ) : void
cx Context
scope Scriptable
@sealed bool
Результат void

InitPrototypeId() защищенный Метод

protected InitPrototypeId ( int id ) : void
id int
Результат void

InitStandardObjects() публичный Метод

public InitStandardObjects ( Context cx, bool @sealed ) : void
cx Context
@sealed bool
Результат void