Table of Contents

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

operationSystem string
runtimeIdentifier string
machineName string

Properties

MachineName

public string? MachineName { get; }

Property Value

string

OperationSystem

public string OperationSystem { get; }

Property Value

string

RuntimeIdentifier

public string RuntimeIdentifier { get; }

Property Value

string