Property | Type | Description | |
---|---|---|---|
LibPath | string | ||
Scope | ScriptScope |
Method | Description | |
---|---|---|
FormatException ( |
Format exceptions to give meaningful reports.
|
|
GetGlobalObject ( string identifier ) : object | ||
Invoke ( string func ) : object |
Invoke the specified method and args.
|
|
Load ( string code = "" ) : void | ||
PYPlugin ( string name, string code, |
Initializes a new instance of the Pluton.PYPlugin class.
|
public FormatException ( |
||
ex | The exception object. | |
return | string |
public GetGlobalObject ( string identifier ) : object | ||
identifier | string | |
return | object |
public PYPlugin ( string name, string code, |
||
name | string | Name. |
code | string | Code. |
rootdir | Rootdir. | |
return | System |