C# 클래스 D3BitConsole.Program

파일 보기 프로젝트 열기: CreepGin/D3Bit

공개 메소드들

메소드 설명
CommandLineToArgs ( string commandLine ) : string[]
Export ( string>.Dictionary data, string savepath, string format ) : void

비공개 메소드들

메소드 설명
CommandLineToArgvW ( [ lpCmdLine, int &pNumArgs ) : IntPtr
Main ( string args ) : void

메소드 상세

CommandLineToArgs() 공개 정적인 메소드

public static CommandLineToArgs ( string commandLine ) : string[]
commandLine string
리턴 string[]

Export() 공개 정적인 메소드

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