Method | Description | |
---|---|---|
CreatePythonObject ( string args ) : object | ||
PythonObject ( string args ) : System | ||
processMessage ( byte header, byte body ) : void | ||
processRPC ( byte header, string name, byte args ) : |
||
tick ( System time ) : void |
Method | Description | |
---|---|---|
CreateLanguageSetup ( ) : LanguageSetup | ||
PrintException ( |
||
UnhandledException ( ScriptEngine engine, |
Method | Description | |
---|---|---|
GetLanguageProvider ( |
||
InsertSearchPaths ( object>.IDictionary |
||
IsSanitized ( string inputStr ) : bool | ||
RunCommandLine ( string args ) : void |
protected CreateLanguageSetup ( ) : LanguageSetup | ||
return | LanguageSetup |
public static CreatePythonObject ( string args ) : object | ||
args | string | |
return | object |
protected static PrintException ( |
||
output | ||
e | ||
return | void |
protected UnhandledException ( ScriptEngine engine, |
||
engine | ScriptEngine | |
e | ||
return | void |
public processMessage ( byte header, byte body ) : void | ||
header | byte | |
body | byte | |
return | void |
public processRPC ( byte header, string name, byte args ) : |
||
header | byte | |
name | string | |
args | byte | |
return |