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