EnvironmentExtensions Class
Extensions of Environment.
Namespace
Songhay.Extensions
Base Types
  • object
graph BT Type-->Base0["object"] Type["EnvironmentExtensions"] class Type type-node

Syntax

public static class EnvironmentExtensions

Fields

Name Field Type Constant Value Summary
EnvironmentVariables Lazy<ICollection<SystemVariable>>
The conventional ICollection<T> of SystemVariable.
static

Methods

Name Return Value Summary
GetConventionalValue(string) string
Gets the value from the conventional ICollection<T> of SystemVariable based on the specified variable name.
static