C# Class D3BitConsole.Program

Show file Open project: CreepGin/D3Bit

Public Methods

Method Description
CommandLineToArgs ( string commandLine ) : string[]
Export ( string>.Dictionary data, string savepath, string format ) : void

Private Methods

Method Description
CommandLineToArgvW ( [ lpCmdLine, int &pNumArgs ) : IntPtr
Main ( string args ) : void

Method Details

CommandLineToArgs() public static method

public static CommandLineToArgs ( string commandLine ) : string[]
commandLine string
return string[]

Export() public static method

public static Export ( string>.Dictionary data, string savepath, string format ) : void
data string>.Dictionary
savepath string
format string
return void