C# Class Microsoft.Build.Tasks.Cpp.ToolTaskExtension

Inheritance: Microsoft.Build.Utilities.ToolTask
Afficher le fichier Open project: mono-soc-2011/mono

Méthodes protégées

Méthode Description
AddCommandLineCommands ( CommandLineBuilderExtension commandLine ) : void
AddResponseFileCommands ( CommandLineBuilderExtension commandLine ) : void
GenerateCommandLineCommands ( ) : string
GenerateResponseFileCommands ( ) : string
GetBoolParameterWithDefault ( string parameterName, bool defaultValue ) : bool
GetIntParameterWithDefault ( string parameterName, int defaultValue ) : int

Private Methods

Méthode Description
ToolTaskExtension ( ) : System.Collections

Method Details

AddCommandLineCommands() protected méthode

protected AddCommandLineCommands ( CommandLineBuilderExtension commandLine ) : void
commandLine CommandLineBuilderExtension
Résultat void

AddResponseFileCommands() protected méthode

protected AddResponseFileCommands ( CommandLineBuilderExtension commandLine ) : void
commandLine CommandLineBuilderExtension
Résultat void

GenerateCommandLineCommands() protected méthode

protected GenerateCommandLineCommands ( ) : string
Résultat string

GenerateResponseFileCommands() protected méthode

protected GenerateResponseFileCommands ( ) : string
Résultat string

GetBoolParameterWithDefault() protected méthode

protected GetBoolParameterWithDefault ( string parameterName, bool defaultValue ) : bool
parameterName string
defaultValue bool
Résultat bool

GetIntParameterWithDefault() protected méthode

protected GetIntParameterWithDefault ( string parameterName, int defaultValue ) : int
parameterName string
defaultValue int
Résultat int