EnvironmentVariableSnapshot Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A snapshot of an environment variable.
public sealed class EnvironmentVariableSnapshot : IEquatable<Aspire.Hosting.ApplicationModel.EnvironmentVariableSnapshot>
type EnvironmentVariableSnapshot = class
interface IEquatable<EnvironmentVariableSnapshot>
Public NotInheritable Class EnvironmentVariableSnapshot
Implements IEquatable(Of EnvironmentVariableSnapshot)
- Inheritance
-
EnvironmentVariableSnapshot
- Implements
Constructors
EnvironmentVariableSnapshot(String, String, Boolean) |
A snapshot of an environment variable. |
Properties
IsFromSpec |
Determines if this environment variable was defined in the resource explicitly or computed (for e.g. inherited from the process hierarchy). |
Name |
The name of the environment variable. |
Value |
The value of the environment variable. |
Methods
<Clone>$() | |
Deconstruct(String, String, Boolean) | |
Equals(EnvironmentVariableSnapshot) | |
Equals(Object) | |
GetHashCode() | |
ToString() |
Operators
Equality(EnvironmentVariableSnapshot, EnvironmentVariableSnapshot) | |
Inequality(EnvironmentVariableSnapshot, EnvironmentVariableSnapshot) |