Class GetEnvironmentVariable
Represents an operator that gets the value of an environment variable for the current process.
public class GetEnvironmentVariable : Source<string>
- Inheritance
-
GetEnvironmentVariable
- Inherited Members
Properties
- Name
Gets or sets the name of the environment variable to query the value of.
Methods
- Generate()
Gets the value of the specified environment variable for the current process and returns it through an observable sequence.
- Generate<TSource>(IObservable<TSource>)
Gets the value of the specified environment variable for the current process whenever an observable sequence emits a notification.