다음을 통해 공유


InstallContext.ParseCommandLine(String[]) 메서드

정의

명령줄 매개 변수의 구문을 분석하여 문자열 사전에 포함시킵니다.

protected:
 static System::Collections::Specialized::StringDictionary ^ ParseCommandLine(cli::array <System::String ^> ^ args);
protected static System.Collections.Specialized.StringDictionary ParseCommandLine (string[] args);
static member ParseCommandLine : string[] -> System.Collections.Specialized.StringDictionary
Protected Shared Function ParseCommandLine (args As String()) As StringDictionary

매개 변수

args
String[]

명령줄 매개 변수를 포함하는 배열입니다.

반환

구문 분석된 명령줄 매개 변수를 포함하는 StringDictionary입니다.

적용 대상

추가 정보