C# 클래스 Mono.XBuild.CommandLine.Parameters

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
Parameters ( ) : System
ParseArguments ( string args ) : void

비공개 메소드들

메소드 설명
LoadResponseFile ( string filename ) : void
ParseFlatArgument ( string s ) : bool
ProcessConsoleLoggerParameters ( string s ) : void
ProcessLogger ( string s ) : void
ProcessProperty ( string s ) : bool
ProcessTarget ( string s ) : void
ProcessValidate ( string s ) : void
ProcessVerbosity ( string s ) : void
ReportError ( int errorCode, string message ) : void
ReportError ( int errorCode, string message, Exception cause ) : void
TryProcessMultiOption ( string s, string error_message, string &values ) : bool
UnquoteIfNeeded ( string arg ) : string

메소드 상세

Parameters() 공개 메소드

public Parameters ( ) : System
리턴 System

ParseArguments() 공개 메소드

public ParseArguments ( string args ) : void
args string
리턴 void