Operating System Details includes static information (non-changeable) regarding the operating system.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | J# | 
public interface IOperatingSystemDetails
Public Interface IOperatingSystemDetails
public interface class IOperatingSystemDetails
public interface IOperatingSystemDetails
 Members
 Members| All Members | Properties | ||||
| Icon | Member | Description | 
|---|---|---|
|  | Arch | 
            Gets the architecture of the operating system.
             | 
|  | AvailableProcessors | 
            Gets the number of available processors.
             | 
|  | HostAddress | 
            Gets the (local) host address of the OS.
             | 
|  | HostName | 
            Gets the (local) host name of the OS.
             | 
|  | NA | 
            Gets whether the operating system details are not available.
             | 
|  | Name | 
            Gets the name of the operating system.
             | 
|  | TotalPhysicalMemorySizeInBytes | 
            Gets the total physical memory size in bytes.
            Note, currently only available on SUN VM.
             | 
|  | TotalPhysicalMemorySizeInGB | 
            Gets the total physical memory size in giga byes.
            Note, currently only available on SUN VM.
             | 
|  | TotalPhysicalMemorySizeInMB | 
            Gets the total physical memory size in mega bytes.
            Note, currently only available on SUN VM.
             | 
|  | TotalSwapSpaceSizeInBytes | 
            Gets the total swap space size in bytes.		
            Note, currently only available on SUN VM.
             | 
|  | TotalSwapSpaceSizeInGB | 
            Gets the total swap space size in giga bytes.
            Note, currently only available on SUN VM.
             | 
|  | TotalSwapSpaceSizeInMB | 
            Gets the total swap space size in mega bytes.
            Note, currently only available on SUN VM.
             | 
|  | Uid | 
            Gets the uid of the operating system.
             | 
|  | Version | 
            Gets the version of the operating system.
             | 
