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

Global program options.
파일 보기 프로젝트 열기: figment/tesvsnip 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( string args ) : void

Initializes the global options parsing the given args array.

Reconfigure ( ) : void

비공개 메소드들

메소드 설명
Options ( string args ) : System
ParseCommandLine ( string args ) : void

Parse the command line args array.

PrepareDirectories ( ) : void

Prepare directories

SetupApplicationDirectory ( ) : void

Retrieve the application directory and settings directory (conf)

SetupGameDirectory ( ) : void

Search the skyrim directory

SetupScriptHostDirectory ( ) : void

Locate the IronPython install location for scripting

메소드 상세

Initialize() 공개 정적인 메소드

Initializes the global options parsing the given args array.
public static Initialize ( string args ) : void
args string /// The received command-line options. ///
리턴 void

Reconfigure() 공개 메소드

public Reconfigure ( ) : void
리턴 void