An aggregated view of all the currently discovered IOperatingSystemDetails
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IOperatingSystemsDetails
Public Interface IOperatingSystemsDetails
public interface class IOperatingSystemsDetails
public interface IOperatingSystemsDetails
Members
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
AvailableProcessors |
Gets the summation of all IOperatingSystemDetails available processors.
| |
TotalPhysicalMemorySizeInBytes |
Gets the summation of all IOperatingSystemDetails total physical memory size in bytes.
| |
TotalPhysicalMemorySizeInGB |
Gets the summation of all IOperatingSystemDetails total physical memory size in giga bytes.
| |
TotalPhysicalMemorySizeInMB |
Gets the summation of all IOperatingSystemDetails total physical memory size in mega bytes.
| |
TotalSwapSpaceSizeInBytes |
Gets the summation of all IOperatingSystemDetails total swap space size in bytes.
| |
TotalSwapSpaceSizeInGB |
Gets the summation of all IOperatingSystemDetails total swap space size in giga bytes.
| |
TotalSwapSpaceSizeInMB |
Gets the summation of all IOperatingSystemDetails total swap space size in mega bytes.
|