Microsoft.Windows.Processor프로세서(추상적)

Microsoft.Windows.Processor (ClassType)

Windows 프로세서의 기본 속성을 정의합니다.

Element properties:

Base ClassMicrosoft.Windows.LogicalDevice
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8ab4a100-7e4d-5327-fba7-822a563f2085

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  개체 상태 개체 상태 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  자산 상태 자산 상태 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  메모 메모 false 4000       
Microsoft.Windows.LogicalDevice:
DeviceID  string  장치 식별자 장치 식별자 true 256  False     
Name  string  장치 이름 장치 이름 false 256  False     
Description  string  장치 설명 장치 설명 false 256  False     
Microsoft.Windows.Processor:
Family  string  제품군 제품군 false 256  False     
MaxClockSpeed  string  최대 클럭 속도 최대 클럭 속도 false 256  False     
Type  string  유형 유형 false 256  False     
BrandId  string  브랜드 식별자 브랜드 식별자 false 256  False     
PCache  string  프로세서 캐시 프로세서 캐시 false 256  False     
CPUKey  string  CPU 키 CPU 키 false 256  False     
IsMobile  bool  모바일임 모바일임 false 256       
IsMulticore  bool  다중 코어임 다중 코어임 false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Processor" Base="Microsoft.Windows.LogicalDevice" Accessibility="Public" Hosted="true" Abstract="true">
<Property ID="Family" Type="string"/>
<Property ID="MaxClockSpeed" Type="string"/>
<Property ID="Type" Type="string"/>
<Property ID="BrandId" Type="string"/>
<Property ID="PCache" Type="string"/>
<Property ID="CPUKey" Type="string"/>
<Property ID="IsMobile" Type="bool"/>
<Property ID="IsMulticore" Type="bool"/>
</ClassType>