Interface ICommandShell
Namespace: SociallyDistant.Core.Core.Scripting
Assembly: SociallyDistant.Framework.dll
Syntax
public interface ICommandShellMethods
GetVariableValue(string)
Declaration
string GetVariableValue(string name)Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | 
Returns
| Type | Description | 
|---|---|
| string | 
SetVariableValue(string, string)
Declaration
void SetVariableValue(string name, string newValue)Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | |
| string | newValue |