Property | Type | Description | |
---|---|---|---|
Engine |
Method | Description | |
---|---|---|
CSPlugin ( string name, string code, |
Initializes a new instance of the Pluton.CSPlugin class.
|
|
Invoke ( string func ) : object |
Invoke the specified method and args.
|
|
Load ( string code = "" ) : void | ||
LoadReferences ( ) : void |
Method | Description | |
---|---|---|
GetRefDllPaths ( ) : IEnumerable |
public CSPlugin ( string name, string code, |
||
name | string | Name. |
code | string | Code. |
rootdir | Rootdir. | |
return | System |