C# Класс ManyConsole.Internal.CommandLineParser

Показать файл Открыть проект

Открытые методы

Метод Описание
Parse ( string commandLine ) : string[]

Splits a string in the same way that Windows splits up a command line into args (i.e. identical to how this is implemented under the covers: http://msdn.microsoft.com/en-us/library/system.environment.getcommandlineargs.aspx)

taken from http://stackoverflow.com/q/298830/5351

Приватные методы

Метод Описание
CommandLineToArgvW ( [ lpCmdLine, int &pNumArgs ) : IntPtr

Описание методов

Parse() публичный статический Метод

Splits a string in the same way that Windows splits up a command line into args (i.e. identical to how this is implemented under the covers: http://msdn.microsoft.com/en-us/library/system.environment.getcommandlineargs.aspx)
taken from http://stackoverflow.com/q/298830/5351
public static Parse ( string commandLine ) : string[]
commandLine string a string containing command line arguments
Результат string[]