C# 클래스 ClrPlus.Scripting.MsBuild.Building.BuildScript
파일 보기
프로젝트 열기: perpetual-motion/clrplus
1 사용 예제들
공개 프로퍼티들
보호된 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
_sheet |
RootPropertySheet |
|
|
Private Properties
공개 메소드들
비공개 메소드들
메소드 상세
public AddMacro ( string key, string value ) : void |
key |
string |
|
value |
string |
|
리턴 |
void |
|
public BuildScript ( string filename ) : System |
filename |
string |
|
리턴 |
System |
|
public Execute ( string targets = null ) : bool |
targets |
string |
|
리턴 |
bool |
|
public Save ( string filename = null ) : string |
filename |
string |
|
리턴 |
string |
|
public Stop ( ) : void |
리턴 |
void |
|
프로퍼티 상세
public int MaxThreads |
리턴 |
int |
|
protected RootPropertySheet _sheet |
리턴 |
RootPropertySheet |
|