IReadOnlyEnvironmentVariables Interface

Definition

Represents an interface for reading environment variables.

public interface IReadOnlyEnvironmentVariables
type IReadOnlyEnvironmentVariables = interface
Public Interface IReadOnlyEnvironmentVariables
Derived

Methods

Name Description
TryGetVariable(String, OwnedEnvironmentVariable)

Tries to get the value of the specified environment variable.

Applies to