Метод | Описание | |
---|---|---|
CreateModule ( string name, string filename, string docString ) : ScriptScope | ||
DispatchCommand ( System.Action command ) : void | ||
GetBuiltins ( ) : ScriptScope | ||
GetClr ( ) : ScriptScope | ||
GetLocalCommandDispatcher ( ) : |
Returns an ObjectHandle to a delegate of type Action[Action] which calls the current command dispatcher.
|
|
GetModuleFilenames ( ) : string[] | ||
GetSetCommandDispatcher ( |
||
GetSystemState ( ) : ScriptScope | ||
ImportModule ( ScriptEngine engine, string name ) : ScriptScope | ||
PythonService ( IronPython.Runtime.PythonContext context, ScriptEngine engine ) : System |
Метод | Описание | |
---|---|---|
InitializeLifetimeService ( ) : object |
public CreateModule ( string name, string filename, string docString ) : ScriptScope | ||
name | string | |
filename | string | |
docString | string | |
Результат | ScriptScope |
public DispatchCommand ( System.Action command ) : void | ||
command | System.Action | |
Результат | void |
public GetLocalCommandDispatcher ( ) : |
||
Результат |
public GetSetCommandDispatcher ( |
||
dispatcher | ||
Результат |
public ImportModule ( ScriptEngine engine, string name ) : ScriptScope | ||
engine | ScriptEngine | |
name | string | |
Результат | ScriptScope |
public PythonService ( IronPython.Runtime.PythonContext context, ScriptEngine engine ) : System | ||
context | IronPython.Runtime.PythonContext | |
engine | ScriptEngine | |
Результат | System |