Class EnvironmentInformation
- Namespace
 - Fluxzy
 
- Assembly
 - Fluxzy.Core.dll
 
Information about the environment where the archive was created.
public class EnvironmentInformation
  - Inheritance
 - 
      
      EnvironmentInformation
 
- Inherited Members
 
Constructors
EnvironmentInformation(string, string, string?)
public EnvironmentInformation(string operationSystem, string runtimeIdentifier, string? machineName)
  Parameters
Properties
MachineName
public string? MachineName { get; }
  Property Value
OperationSystem
public string OperationSystem { get; }
  Property Value
RuntimeIdentifier
public string RuntimeIdentifier { get; }