C# Class ClrPlus.Scripting.MsBuild.Building.BuildScript

Inheritance: IDisposable, IProjectOwner
Afficher le fichier Open project: perpetual-motion/clrplus Class Usage Examples

Méthodes publiques

Свойство Type Description
MaxThreads int

Protected Properties

Свойство Type Description
_sheet RootPropertySheet

Private Properties

Свойство Type Description
BuildScript System
ServerOnOnExecute byte[]

Méthodes publiques

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

Private Methods

Méthode Description
BuildScript ( ) : System
ServerOnOnExecute ( IRpcClientInfo client, byte input ) : byte[]

Method Details

AddMacro() public méthode

public AddMacro ( string key, string value ) : void
key string
value string
Résultat void

BuildScript() public méthode

public BuildScript ( string filename ) : System
filename string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EmitScript() public méthode

public EmitScript ( ) : string
Résultat string

Execute() public méthode

public Execute ( string targets = null ) : bool
targets string
Résultat bool

Save() public méthode

public Save ( string filename = null ) : string
filename string
Résultat string

ScriptText() public méthode

public ScriptText ( ) : string
Résultat string

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

MaxThreads public_oe property

public int MaxThreads
Résultat int

_sheet protected_oe property

protected RootPropertySheet _sheet
Résultat RootPropertySheet