WindowsVersionInfo: {
    CannotOpenKernelError: any;
    GetVersionExError: any;
    NotWindowsError: any;
    UNKNOWN_VERSION_INFO: {
        buildNumber: any;
        servicePackMajor: any;
        servicePackMinor: any;
    };
    get(): any;
}

Type declaration

  • CannotOpenKernelError: any
  • GetVersionExError: any
  • NotWindowsError: any
  • UNKNOWN_VERSION_INFO: {
        buildNumber: any;
        servicePackMajor: any;
        servicePackMinor: any;
    }
    • buildNumber: any
    • servicePackMajor: any
    • servicePackMinor: any
  • get:function
    • Returns any

Generated using TypeDoc