C# Класс Microsoft.Build.Tasks.Cpp.ToolTaskExtension

Наследование: Microsoft.Build.Utilities.ToolTask
Показать файл Открыть проект

Защищенные методы

Метод Описание
AddCommandLineCommands ( CommandLineBuilderExtension commandLine ) : void
AddResponseFileCommands ( CommandLineBuilderExtension commandLine ) : void
GenerateCommandLineCommands ( ) : string
GenerateResponseFileCommands ( ) : string
GetBoolParameterWithDefault ( string parameterName, bool defaultValue ) : bool
GetIntParameterWithDefault ( string parameterName, int defaultValue ) : int

Приватные методы

Метод Описание
ToolTaskExtension ( ) : System.Collections

Описание методов

AddCommandLineCommands() защищенный Метод

protected AddCommandLineCommands ( CommandLineBuilderExtension commandLine ) : void
commandLine CommandLineBuilderExtension
Результат void

AddResponseFileCommands() защищенный Метод

protected AddResponseFileCommands ( CommandLineBuilderExtension commandLine ) : void
commandLine CommandLineBuilderExtension
Результат void

GenerateCommandLineCommands() защищенный Метод

protected GenerateCommandLineCommands ( ) : string
Результат string

GenerateResponseFileCommands() защищенный Метод

protected GenerateResponseFileCommands ( ) : string
Результат string

GetBoolParameterWithDefault() защищенный Метод

protected GetBoolParameterWithDefault ( string parameterName, bool defaultValue ) : bool
parameterName string
defaultValue bool
Результат bool

GetIntParameterWithDefault() защищенный Метод

protected GetIntParameterWithDefault ( string parameterName, int defaultValue ) : int
parameterName string
defaultValue int
Результат int