Class OSEnvironmentVariableResolver
Resolves variables using Windows environment variables. NOTE: When serialized a new instance is created which will not equal by reference to static.Instance property
Inheritance
System.Object
OSEnvironmentVariableResolver
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: Azos.Conf
Assembly: Azos.dll
Syntax
[Serializable]
public sealed class OSEnvironmentVariableResolver : IEnvironmentVariableResolver
Properties
Instance
Returns a singleton class instance
Declaration
public static OSEnvironmentVariableResolver Instance { get; }
Property Value
Type | Description |
---|---|
OSEnvironmentVariableResolver |
Methods
ResolveEnvironmentVariable(String, out String)
Declaration
public bool ResolveEnvironmentVariable(string name, out string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | value |
Returns
Type | Description |
---|---|
System.Boolean |