Microsoft.Windows.OperatingSystemSistema operativo Windows

Microsoft.Windows.OperatingSystem (ClassType)

Tutti i sistemi operativi Windows

Element properties:

Base ClassSystem.OperatingSystem
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6f4a0608-c642-db63-a004-c7b81810f568

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto di monitoraggio. false 256  False 
Microsoft.Windows.OperatingSystem:
OSVersion  string  Versione del sistema operativo La versione corrente del sistema operativo. false 256  False 
OSVersionDisplayName  string  Nome visualizzato della versione del sistema operativo La versione corrente del sistema operativo che verrà visualizzata dall'utente. false 256  False 
ProductType  string  Tipo di prodotto false 256  False 
BuildNumber  string  Numero build false 256  False 
CSDVersion  string  Versione CSD false 256  False 
ServicePackVersion  string  Versione Service Pack false 256  False 
SerialNumber  string  Numero di serie false 256  False 
InstallDate  string  Data di installazione false 256  False 
SystemDrive  string  Unità di sistema false 256  False 
WindowsDirectory  string  Directory di Windows false 256  False 
PhysicalMemory  int  Memoria fisica (KB) false 256   
LogicalProcessors  int  Processori logici false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.OperatingSystem" Base="System!System.OperatingSystem" Accessibility="Public" Hosted="true" Abstract="false">
<Property ID="OSVersion" Type="string"/>
<Property ID="OSVersionDisplayName" Type="string"/>
<Property ID="ProductType" Type="string"/>
<Property ID="BuildNumber" Type="string"/>
<Property ID="CSDVersion" Type="string"/>
<Property ID="ServicePackVersion" Type="string"/>
<Property ID="SerialNumber" Type="string"/>
<Property ID="InstallDate" Type="string"/>
<Property ID="SystemDrive" Type="string"/>
<Property ID="WindowsDirectory" Type="string"/>
<Property ID="PhysicalMemory" Type="int"/>
<Property ID="LogicalProcessors" Type="int"/>
</ClassType>