Method | Description | |
---|---|---|
ExecuteScript ( string source ) : int |
Run the script and print the output to a new output window.
|
|
ScriptExecutor ( ExternalCommandData commandData, string message, ElementSet elements ) : System | ||
SetupEnvironment ( ScriptEngine engine, ScriptScope &scriptScope ) : void |
Set up an IronPython environment - for interactive shell or for canned scripts
|
Method | Description | |
---|---|---|
AddSearchPaths ( ScriptEngine engine ) : void |
Add the search paths defined in the ini file to the engine.
|
|
GetScope ( ScriptScope scriptScope ) : Microsoft.Scripting.Runtime.Scope |
Be nasty and reach into the ScriptScope to get at its private '_scope' member, since the accessor 'ScriptScope.Scope' was defined 'internal'.
|
public ScriptExecutor ( ExternalCommandData commandData, string message, ElementSet elements ) : System | ||
commandData | ExternalCommandData | |
message | string | |
elements | ElementSet | |
return | System |
public SetupEnvironment ( ScriptEngine engine, ScriptScope &scriptScope ) : void | ||
engine | ScriptEngine | |
scriptScope | ScriptScope | |
return | void |