C# Class ClangVSx.ClangOps

Show file Open project: ilibis/ClangVSx Class Usage Examples

Public Methods

Method Description
BuildActiveProject ( object buildConfig ) : void

Compile the project that is set as the 'startup project' in the solution

ClangOps ( DTE2 appObj ) : System

CompileSingleFile ( VCFile vcFile, VCProject vcProject, VCConfiguration vcCfg, String additionalCmds = "" ) : bool

compile a single VCFile, do nothing with the OBJ

WriteToOutputPane ( string text ) : void

simple wrapper for writing text to the output pane

Method Details

BuildActiveProject() public method

Compile the project that is set as the 'startup project' in the solution
public BuildActiveProject ( object buildConfig ) : void
buildConfig object
return void

ClangOps() public method

public ClangOps ( DTE2 appObj ) : System
appObj DTE2
return System

CompileSingleFile() public method

compile a single VCFile, do nothing with the OBJ
public CompileSingleFile ( VCFile vcFile, VCProject vcProject, VCConfiguration vcCfg, String additionalCmds = "" ) : bool
vcFile VCFile
vcProject VCProject
vcCfg VCConfiguration
additionalCmds String
return bool

WriteToOutputPane() public method

simple wrapper for writing text to the output pane
public WriteToOutputPane ( string text ) : void
text string
return void