C# Class dbuild.CompileD

Inheritance: Microsoft.Build.CPPTasks.TrackedVCToolTask
Mostra file Open project: dlang/visuald

Private Properties

Property Type Description
parseParameters bool

Public Methods

Method Description
CompileD ( ) : System
Execute ( ) : bool

Protected Methods

Method Description
ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
GenerateCommandLineCommands ( VCToolTask format, VCToolTask escapeFormat ) : string

Private Methods

Method Description
parseParameters ( Microsoft.Build.Framework.XamlTypes rule ) : bool

Method Details

CompileD() public method

public CompileD ( ) : System
return System

Execute() public method

public Execute ( ) : bool
return bool

ExecuteTool() protected method

protected ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
pathToTool string
responseFileCommands string
commandLineCommands string
return int

GenerateCommandLineCommands() protected method

protected GenerateCommandLineCommands ( VCToolTask format, VCToolTask escapeFormat ) : string
format VCToolTask
escapeFormat VCToolTask
return string