Microsoft.Windows.ProcessorProcessor (abstrakt)

Microsoft.Windows.Processor (ClassType)

Definierar grundläggande egenskaper för Windows-processorer

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 (SVE) Description (SVE) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Visningsnamn Objektets visningsnamn. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektstatus Objektstatus false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Tillgångsstatus Tillgångsstatus false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Anteckningar Anteckningar false 4000       
Microsoft.Windows.LogicalDevice:
DeviceID  string  Enhets-ID Enhets-ID true 256  False     
Name  string  Enhetsnamn Enhetsnamn false 256  False     
Description  string  Enhetsbeskrivning Enhetsbeskrivning false 256  False     
Microsoft.Windows.Processor:
Family  string  Familj Familj false 256  False     
MaxClockSpeed  string  Maximal klockhastighet Maximal klockhastighet false 256  False     
Type  string  Typ Typ false 256  False     
BrandId  string  Märkesidentifierare Märkesidentifierare false 256  False     
PCache  string  Processorcache Processorcache false 256  False     
CPUKey  string  CPU-nyckel CPU-nyckel false 256  False     
IsMobile  bool  Bärbar Bärbar false 256       
IsMulticore  bool  Flerkärnig Flerkärnig 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>