Class EnvironmentVariableAccessor
Exposes access to environment variables.
Inheritance
System.Object
EnvironmentVariableAccessor
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SimpleVersion.Environment
Assembly: SimpleVersion.Core.dll
Syntax
public class EnvironmentVariableAccessor : IEnvironmentVariableAccessor
Methods
| Improve this Doc View SourceGetVariable(String)
Gets the value of the given variable name.
Declaration
public 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. |