메소드 | 설명 | |
---|---|---|
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
|
public BuildActiveProject ( object buildConfig ) : void | ||
buildConfig | object | |
리턴 | void |
public CompileSingleFile ( VCFile vcFile, VCProject vcProject, VCConfiguration vcCfg, String additionalCmds = "" ) : bool | ||
vcFile | VCFile | |
vcProject | VCProject | |
vcCfg | VCConfiguration | |
additionalCmds | String | |
리턴 | bool |