C# Class Mono.XBuild.CommandLine.Parameters

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
Parameters ( ) : System
ParseArguments ( string args ) : void

Private Methods

Méthode 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 méthode

public Parameters ( ) : System
Résultat System

ParseArguments() public méthode

public ParseArguments ( string args ) : void
args string
Résultat void