C# Class Mono.XBuild.CommandLine.Parameters

Datei anzeigen Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
Parameters ( ) : System
ParseArguments ( string args ) : void

Private Methods

Method Description
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

Method Details

Parameters() public method

public Parameters ( ) : System
return System

ParseArguments() public method

public ParseArguments ( string args ) : void
args string
return void