Table of Contents

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

Lazy<ICollection<SystemVariable>>

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 string

The VariableName.

Returns

string

Returns VariableValue.