C# Class ClangVSx.ClangOps

Afficher le fichier Open project: ilibis/ClangVSx Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

ClangOps() public méthode

public ClangOps ( DTE2 appObj ) : System
appObj DTE2
Résultat System

CompileSingleFile() public méthode

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
Résultat bool

WriteToOutputPane() public méthode

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