Microsoft.Windows.Processorİşlemci (soyut)

Microsoft.Windows.Processor (ClassType)

Windows işlemcilerinin temel özelliklerini tanımlar

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 (TRK) Description (TRK) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Görünen Ad Nesnenin görünen adı. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Nesne Durumu Nesne durumu false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Varlık Durumu Varlık durumu false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notlar Notlar false 4000       
Microsoft.Windows.LogicalDevice:
DeviceID  string  Aygıt Tanımlayıcısı Aygıt Tanımlayıcısı true 256  False     
Name  string  Aygıt Adı Aygıt Adı false 256  False     
Description  string  Aygıt Açıklaması Aygıt Açıklaması false 256  False     
Microsoft.Windows.Processor:
Family  string  Aile Aile false 256  False     
MaxClockSpeed  string  Maks Saat Hızı Maks Saat Hızı false 256  False     
Type  string  Tür Tür false 256  False     
BrandId  string  Marka Tanımlayıcı Marka Tanımlayıcı false 256  False     
PCache  string  İşlemci Ön Belleği İşlemci Ön Belleği false 256  False     
CPUKey  string  CPU Anahtarı CPU Anahtarı false 256  False     
IsMobile  bool  Mobil Mobil false 256       
IsMulticore  bool  Çok Çekirdekli Çok Çekirdekli 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>