Microsoft.Windows.OperatingSystemWindows 운영 체제

Microsoft.Windows.OperatingSystem (ClassType)

모든 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 (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.Windows.OperatingSystem:
OSVersion  string  운영 체제 버전 현재 운영 체제 버전입니다. false 256  False 
OSVersionDisplayName  string  운영 체제 버전 표시 이름 사용자에게 표시될 현재 운영 체제 버전입니다. false 256  False 
ProductType  string  제품 유형 false 256  False 
BuildNumber  string  빌드 번호 false 256  False 
CSDVersion  string  CSD 버전 false 256  False 
ServicePackVersion  string  서비스 팩 버전 false 256  False 
SerialNumber  string  일련 번호 false 256  False 
InstallDate  string  설치 날짜 false 256  False 
SystemDrive  string  시스템 드라이브 false 256  False 
WindowsDirectory  string  Windows 디렉터리 false 256  False 
PhysicalMemory  int  실제 메모리(KB) false 256   
LogicalProcessors  int  논리 프로세서 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>