Microsoft.Windows.Server.10.0.LogicalProcessorWindows Server 2016 及更新版本邏輯處理器

Microsoft.Windows.Server.10.0.LogicalProcessor (ClassType)

所有 Windows Server 2016 及更新版本作業系統的邏輯處理器執行個體。

Knowledge Base article:

摘要

所有 Windows Server 2016 及更新版本作業系統的邏輯處理器執行個體。

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId67b3e3ac-5583-a977-bb2d-cd3f9a7fb25c

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.Windows.Server.10.0.LogicalProcessor:
DeviceID  string  裝置識別碼 true 256  False 
Name  string  裝置名稱 false 256  False 
Description  string  裝置描述 false 256  False 
Manufacturer  string  製造商 false 256  False 
Speed  string  時脈速度 false 256  False 
MaxClockSpeed  string  最大時脈速度 false 256  False 
PerfmonInstance  string  效能執行個體 Windows Server 2016 邏輯處理器的效能執行個體。 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.10.0.LogicalProcessor" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<Property ID="DeviceID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Manufacturer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Speed" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MaxClockSpeed" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PerfmonInstance" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>