C# 클래스 TESVSnip.UI.Services.Scripting

Service Class for loading the IronPython Installation
파일 보기 프로젝트 열기: figment/tesvsnip

공개 메소드들

메소드 설명
Initialize ( ) : void

비공개 메소드들

메소드 설명
BootstrapConsole ( PythonConsoleControl.IronPythonConsoleControl console, Action initCallback = null ) : void
CallInitializeScript ( PythonConsoleControl.PythonConsole console ) : void
ConfigureVariables ( PythonConsoleControl.PythonConsole console ) : void
CustomResolve ( object sender, ResolveEventArgs args ) : Assembly

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void