C# Class TESVSnip.UI.Services.Scripting

Service Class for loading the IronPython Installation
Datei anzeigen Open project: figment/tesvsnip

Public Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
BootstrapConsole ( PythonConsoleControl.IronPythonConsoleControl console, Action initCallback = null ) : void
CallInitializeScript ( PythonConsoleControl.PythonConsole console ) : void
ConfigureVariables ( PythonConsoleControl.PythonConsole console ) : void
CustomResolve ( object sender, ResolveEventArgs args ) : Assembly

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void