public interface Win32_OperatingSystem
extends xyz.cofe.win.wmi.WmiObj
String getBootDevice()
String getBuildNumber()
String getBuildType()
String getCaption()
String getCodeSet()
String getCountryCode()
String getCreationClassName()
String getCSCreationClassName()
String getCSDVersion()
String getCSName()
short getCurrentTimeZone()
boolean getDataExecutionPrevention_32BitApplications()
boolean getDataExecutionPrevention_Available()
boolean getDataExecutionPrevention_Drivers()
byte getDataExecutionPrevention_SupportPolicy()
boolean getDebug()
String getDescription()
boolean getDistributed()
int getEncryptionLevel()
byte getForegroundApplicationBoost()
long getFreePhysicalMemory()
long getFreeSpaceInPagingFiles()
long getFreeVirtualMemory()
Optional<OffsetDateTime> getInstallDate()
int getLargeSystemCache()
Optional<OffsetDateTime> getLastBootUpTime()
Optional<OffsetDateTime> getLocalDateTime()
String getLocale()
String getManufacturer()
int getMaxNumberOfProcesses()
long getMaxProcessMemorySize()
String getName()
int getNumberOfLicensedUsers()
int getNumberOfProcesses()
int getNumberOfUsers()
int getOperatingSystemSKU()
String getOrganization()
String getOSArchitecture()
int getOSLanguage()
int getOSProductSuite()
int getOSType()
String getOtherTypeDescription()
boolean getPAEEnabled()
String getPlusProductID()
String getPlusVersionNumber()
boolean getPortableOperatingSystem()
boolean getPrimary()
int getProductType()
String getRegisteredUser()
String getSerialNumber()
int getServicePackMajorVersion()
int getServicePackMinorVersion()
long getSizeStoredInPagingFiles()
String getStatus()
int getSuiteMask()
String getSystemDevice()
String getSystemDirectory()
String getSystemDrive()
long getTotalSwapSpaceSize()
long getTotalVirtualMemorySize()
long getTotalVisibleMemorySize()
String getVersion()
String getWindowsDirectory()
static void query(CIMV2Wmi wmi, Consumer<Win32_OperatingSystem> client)
static List<Win32_OperatingSystem> query(CIMV2Wmi wmi)
Copyright © 2020. All rights reserved.