C# Class dbuild.CompileD

Inheritance: Microsoft.Build.CPPTasks.TrackedVCToolTask
Afficher le fichier Open project: dlang/visuald

Private Properties

Свойство Type Description
parseParameters bool

Méthodes publiques

Méthode Description
CompileD ( ) : System
Execute ( ) : bool

Méthodes protégées

Méthode Description
ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
GenerateCommandLineCommands ( VCToolTask format, VCToolTask escapeFormat ) : string

Private Methods

Méthode Description
parseParameters ( Microsoft.Build.Framework.XamlTypes rule ) : bool

Method Details

CompileD() public méthode

public CompileD ( ) : System
Résultat System

Execute() public méthode

public Execute ( ) : bool
Résultat bool

ExecuteTool() protected méthode

protected ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
pathToTool string
responseFileCommands string
commandLineCommands string
Résultat int

GenerateCommandLineCommands() protected méthode

protected GenerateCommandLineCommands ( VCToolTask format, VCToolTask escapeFormat ) : string
format VCToolTask
escapeFormat VCToolTask
Résultat string