C# 클래스 ClrPlus.Scripting.MsBuild.Building.BuildScript

상속: IDisposable, IProjectOwner
파일 보기 프로젝트 열기: perpetual-motion/clrplus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MaxThreads int

보호된 프로퍼티들

프로퍼티 타입 설명
_sheet RootPropertySheet

Private Properties

프로퍼티 타입 설명
BuildScript System
ServerOnOnExecute byte[]

공개 메소드들

메소드 설명
AddMacro ( string key, string value ) : void
BuildScript ( string filename ) : System
Dispose ( ) : void
EmitScript ( ) : string
Execute ( string targets = null ) : bool
Save ( string filename = null ) : string
ScriptText ( ) : string
Stop ( ) : void

비공개 메소드들

메소드 설명
BuildScript ( ) : System
ServerOnOnExecute ( IRpcClientInfo client, byte input ) : byte[]

메소드 상세

AddMacro() 공개 메소드

public AddMacro ( string key, string value ) : void
key string
value string
리턴 void

BuildScript() 공개 메소드

public BuildScript ( string filename ) : System
filename string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EmitScript() 공개 메소드

public EmitScript ( ) : string
리턴 string

Execute() 공개 메소드

public Execute ( string targets = null ) : bool
targets string
리턴 bool

Save() 공개 메소드

public Save ( string filename = null ) : string
filename string
리턴 string

ScriptText() 공개 메소드

public ScriptText ( ) : string
리턴 string

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

MaxThreads 공개적으로 프로퍼티

public int MaxThreads
리턴 int

_sheet 보호되어 있는 프로퍼티

protected RootPropertySheet _sheet
리턴 RootPropertySheet