Свойство | Type | Description | |
---|---|---|---|
commands | string>.Dictionary |
Méthode | Description | |
---|---|---|
GetArgumentString ( ) : string |
Build the complete arguments string.
|
Méthode | Description | |
---|---|---|
SetBoolean ( bool value, string trueValue, string falseValue ) : void |
Sets (adds or updates) a boolean command parameter.
|
|
SetString ( string key, string value ) : void |
Sets (adds or updates) a command parameter.
|
|
VlcArgumentBuilder ( ) : System |
protected SetBoolean ( bool value, string trueValue, string falseValue ) : void | ||
value | bool | The value (true or false). |
trueValue | string | The argument string for "true". |
falseValue | string | The argument string for "false". |
Résultat | void |
protected SetString ( string key, string value ) : void | ||
key | string | The parameter name. |
value | string | The parameter value. |
Résultat | void |