C# 클래스 dbuild.CompileD

상속: Microsoft.Build.CPPTasks.TrackedVCToolTask
파일 보기 프로젝트 열기: dlang/visuald

Private Properties

프로퍼티 타입 설명
parseParameters bool

공개 메소드들

메소드 설명
CompileD ( ) : System
Execute ( ) : bool

보호된 메소드들

메소드 설명
ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
GenerateCommandLineCommands ( VCToolTask format, VCToolTask escapeFormat ) : string

비공개 메소드들

메소드 설명
parseParameters ( Microsoft.Build.Framework.XamlTypes rule ) : bool

메소드 상세

CompileD() 공개 메소드

public CompileD ( ) : System
리턴 System

Execute() 공개 메소드

public Execute ( ) : bool
리턴 bool

ExecuteTool() 보호된 메소드

protected ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
pathToTool string
responseFileCommands string
commandLineCommands string
리턴 int

GenerateCommandLineCommands() 보호된 메소드

protected GenerateCommandLineCommands ( VCToolTask format, VCToolTask escapeFormat ) : string
format VCToolTask
escapeFormat VCToolTask
리턴 string