C# Class TESVSnip.UI.Services.Options

Global program options.
ファイルを表示 Open project: figment/tesvsnip Class Usage Examples

Public Methods

Method Description
Initialize ( string args ) : void

Initializes the global options parsing the given args array.

Reconfigure ( ) : void

Private Methods

Method Description
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

Method Details

Initialize() public static method

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

Reconfigure() public method

public Reconfigure ( ) : void
return void