FM.LiveSwitch by Frozen Mountain Software

<PackageReference Include="FM.LiveSwitch" Version="1.19.2.47139" />

.NET API 5,381,696 bytes

 Platform

public class Platform : IPlatform
public static IPlatform Instance { get; }

public Architecture Architecture { get; }

public int CoreCount { get; }

public CryptoLibrary CryptoLibrary { get; set; }

public string DirectorySeparator { get; }

public bool IsLittleEndian { get; }

public bool IsMobile { get; set; }

public string MachineName { get; }

public string OperatingSystemVersion { get; }

public long PhysicalMemory { get; }

public int ProcessId { get; }

public bool UseFipsAlgorithms { get; set; }

public Platform()