Property | Type | Description | |
---|---|---|---|
Engine | |||
Program |
Method | Description | |
---|---|---|
GetGlobalObject ( string identifier ) : object | ||
Invoke ( string func ) : object |
Invoke the specified method and args.
|
|
JSPlugin ( string name, string code, |
Initializes a new instance of the Pluton.JSPlugin class.
|
|
Load ( string code = "" ) : void | ||
importClass ( string type ) : Jint.Native.JsInstance |
public GetGlobalObject ( string identifier ) : object | ||
identifier | string | |
return | object |
public JSPlugin ( string name, string code, |
||
name | string | Name. |
code | string | Code. |
rootdir | Rootdir. | |
return | System |
public importClass ( string type ) : Jint.Native.JsInstance | ||
type | string | |
return | Jint.Native.JsInstance |