Interface IEnvironmentVariableAccessor
Supports accessing environment variables.
Namespace: SimpleVersion.Environment
Assembly: SimpleVersion.Abstractions.dll
Syntax
public interface IEnvironmentVariableAccessor
Methods
| Improve this Doc View SourceGetVariable(String)
Gets the value of the given variable name.
Declaration
string GetVariable(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the variable to retrieve. |
Returns
Type | Description |
---|---|
System.String | The value of the given variable. |