C# 클래스 Microsoft.Build.Tasks.Cpp.ToolTaskExtension

상속: Microsoft.Build.Utilities.ToolTask
파일 보기 프로젝트 열기: mono-soc-2011/mono

보호된 메소드들

메소드 설명
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