System.ClientModel.Internal.RuntimeInformationWrapper
namespace System.ClientModel.Internal
{
internal class RuntimeInformationWrapper
{
public virtual string FrameworkDescription { get; }
public virtual string OSDescription { get; }
public virtual Architecture OSArchitecture { get; }
public virtual Architecture ProcessArchitecture { get; }
public virtual bool IsOSPlatform(OSPlatform osPlatform);
public RuntimeInformationWrapper();
}
}