次の方法で共有


HWConfig_CPU クラス

HWConfig_CPU クラスは、CPU 構成イベントのイベントの種類クラスです。

次の構文は、MOF コードから簡略化されています。

構文

[EventType(10), EventTypeName("CPU")]
class HWConfig_CPU : HWConfig
{
  uint32 MHz;
  uint32 NumberOfProcessors;
  uint32 MemSize;
  uint32 PageSize;
  uint32 AllocationGranularity;
  string ComputerName;
};

メンバー

HWConfig_CPU クラスには、次の種類のメンバーがあります。

プロパティ

HWConfig_CPU クラスには、これらのプロパティがあります。

AllocationGranularity

データ型: uint32

アクセスの種類: 読み取り専用

修飾子: WmiDataId(5)

仮想メモリが割り当てられる粒度。

[ComputerName]

データ型: string

アクセスの種類: 読み取り専用

修飾子: WmiDataId(6),StringTermination("NullTerminated"), Format("w")

コンピューターの名前。

MemSize

データ型: uint32

アクセスの種類: 読み取り専用

修飾子: WmiDataId(3)

オペレーティング システムで使用可能な物理メモリの合計量。

MHz

データ型: uint32

アクセスの種類: 読み取り専用

修飾子: WmiDataId(1)

プロセッサの最大速度 (メガヘルツ単位)。

NumberOfProcessors

データ型: uint32

アクセスの種類: 読み取り専用

修飾子: WmiDataId(2)

コンピューター上のプロセッサの数。

PageSize

データ型: uint32

アクセスの種類: 読み取り専用

修飾子: WmiDataId(4)

スワップ ページのサイズ (バイト単位)。

要件

要件
サポートされている最小のクライアント
Windows XP [デスクトップ アプリのみ]
サポートされている最小のサーバー
サポートなし

こちらもご覧ください

HWConfig