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 |
The conventional
ICollection<T>
of SystemVariable .
static
|
Methods
Name | Return Value | Summary |
---|---|---|
GetConventionalValue |
string |
Gets the value from the conventional
ICollection<T>
of SystemVariable based on the specified variable name.
static
|