C# Class VSNDK.Tasks.QccCompiler

Inheritance: VSNDKTasks
Datei anzeigen Open project: blackberry/VSPlugin

Private Properties

Property Type Description

Public Methods

Method Description
QccCompiler ( ) : System

Protected Methods

Method Description
ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int

Execute the specified tool for building

Method Details

ExecuteTool() protected method

Execute the specified tool for building
protected ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
pathToTool string
responseFileCommands string
commandLineCommands string
return int

QccCompiler() public method

public QccCompiler ( ) : System
return System