Property | Type | Description | |
---|---|---|---|
MaxThreads | int |
Property | Type | Description | |
---|---|---|---|
_sheet | RootPropertySheet |
Property | Type | Description | |
---|---|---|---|
BuildScript | System | ||
ServerOnOnExecute | byte[] |
Method | 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 |
Method | Description | |
---|---|---|
BuildScript ( ) : System | ||
ServerOnOnExecute ( IRpcClientInfo client, byte input ) : byte[] |
public AddMacro ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public BuildScript ( string filename ) : System | ||
filename | string | |
return | System |