C# 클래스 ClangVSx.ClangOps

파일 보기 프로젝트 열기: ilibis/ClangVSx 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BuildActiveProject() 공개 메소드

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

ClangOps() 공개 메소드

public ClangOps ( DTE2 appObj ) : System
appObj DTE2
리턴 System

CompileSingleFile() 공개 메소드

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
리턴 bool

WriteToOutputPane() 공개 메소드

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