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

Inheritance: Microsoft.Build.Utilities.ToolTask
显示文件 Open project: mono-soc-2011/mono

Protected Methods

Method 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

Method Description
ToolTaskExtension ( ) : System.Collections

Method Details

AddCommandLineCommands() protected method

protected AddCommandLineCommands ( CommandLineBuilderExtension commandLine ) : void
commandLine CommandLineBuilderExtension
return void

AddResponseFileCommands() protected method

protected AddResponseFileCommands ( CommandLineBuilderExtension commandLine ) : void
commandLine CommandLineBuilderExtension
return void

GenerateCommandLineCommands() protected method

protected GenerateCommandLineCommands ( ) : string
return string

GenerateResponseFileCommands() protected method

protected GenerateResponseFileCommands ( ) : string
return string

GetBoolParameterWithDefault() protected method

protected GetBoolParameterWithDefault ( string parameterName, bool defaultValue ) : bool
parameterName string
defaultValue bool
return bool

GetIntParameterWithDefault() protected method

protected GetIntParameterWithDefault ( string parameterName, int defaultValue ) : int
parameterName string
defaultValue int
return int