Class EnvironmentExtensions
- Namespace
- Songhay.Extensions
- Assembly
- SonghayCore.dll
Extensions of Environment.
public static class EnvironmentExtensions
- Inheritance
-
EnvironmentExtensions
- Inherited Members
Fields
EnvironmentVariables
The conventional ICollection<T> of SystemVariable.
public static readonly Lazy<ICollection<SystemVariable>> EnvironmentVariables
Field Value
Methods
GetConventionalValue(string?)
Gets the value from the conventional ICollection<T> of SystemVariable based on the specified variable name.
public static string? GetConventionalValue(string? conventionalName)
Parameters
conventionalName
stringThe VariableName.
Returns
- string
Returns VariableValue.