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 (CHS) Description (CHS) 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>