System.Runtime.InteropServices.RuntimeInformation
namespace System.Runtime.InteropServices
{
public static class RuntimeInformation
{
public static string FrameworkDescription { get; }
public static Architecture OSArchitecture { get; }
public static string OSDescription { get; }
public static Architecture ProcessArchitecture { get; }
public static bool IsOSPlatform(OSPlatform osPlatform);
}
}