Class: WMI::Win32_PhysicalMemory

Inherits:
Base
  • Object
show all
Defined in:
lib/Win32_PhysicalMemory.rb

Overview

Win32_PhysicalMemory クラスは、コンピュータ システムに搭載され、オペレーティング システムで利用できる物理メモリ デバイスを表します。

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base

#AddRef, #AssociatorsAsync_, #Associators_, #Clone_, #CompareTo_, #DeleteAsync_, #Delete_, #Derivation_, #ExecMethodAsync_, #ExecMethod_, #GetIDsOfNames, #GetObjectText_, #GetText_, #GetTypeInfo, #GetTypeInfoCount, #InstancesAsync_, #Instances_, #Invoke, #Methods_, #Path_, #Properties_, #PutAsync_, #Put_, #Qualifiers_, #QueryInterface, #ReferencesAsync_, #References_, #Refresh_, #Release, #Security_, #SetFromText_, #SpawnDerivedClass_, #SpawnInstance_, #SubclassesAsync_, #Subclasses_, #SystemProperties_

Instance Attribute Details

- (string) BankLabel (readonly)

メモリが存在する物理的にラベルされたバンクを識別する文字列です。

 

Returns:

  • (string)

    BankLabel



8
9
10
# File 'lib/Win32_PhysicalMemory.rb', line 8

def BankLabel
  @BankLabel
end

- (uint64) Capacity (readonly)

この物理メモリの合計容量 (バイト) です。

Returns:

  • (uint64)

    Capacity



13
14
15
# File 'lib/Win32_PhysicalMemory.rb', line 13

def Capacity
  @Capacity
end

- (string) Caption (readonly)

Caption プロパティは、オブジェクトについての簡単な説明 (1 行分の文字列) です。

Returns:

  • (string)

    Caption



18
19
20
# File 'lib/Win32_PhysicalMemory.rb', line 18

def Caption
  @Caption
end

- (string) CreationClassName (readonly)

CreationClassName は、インスタンスの作成で使用されるクラス名、またはサブクラス名を示します。

 

Returns:

  • (string)

    CreationClassName



24
25
26
# File 'lib/Win32_PhysicalMemory.rb', line 24

def CreationClassName
  @CreationClassName
end

- (uint16) DataWidth (readonly)

ビットで表される物理メモリのデータ幅です。

 

Returns:

  • (uint16)

    DataWidth



30
31
32
# File 'lib/Win32_PhysicalMemory.rb', line 30

def DataWidth
  @DataWidth
end

- (string) Description (readonly)

Description プロパティでオブジェクトの説明が提供されます。

Returns:

  • (string)

    Description



36
37
38
# File 'lib/Win32_PhysicalMemory.rb', line 36

def Description
  @Description
end

- (string) DeviceLocator (readonly)

DeviceLocator プロパティは、このメモリを保持するソケットまたは回路版のラベルを示します。

 

Returns:

  • (string)

    DeviceLocator



43
44
45
# File 'lib/Win32_PhysicalMemory.rb', line 43

def DeviceLocator
  @DeviceLocator
end

- (uint16) FormFactor (readonly)

チップの実装形式要素です。

 

Returns:

  • (uint16)

    FormFactor



49
50
51
# File 'lib/Win32_PhysicalMemory.rb', line 49

def FormFactor
  @FormFactor
end

- (boolean) HotSwappable (readonly)

物理コンポーネントは、含まれるパッケージによって電源が適用される間 (’オン’ のとき) に、物理的に違うが同等の要素に置き換えることができる場合にはホット スワップが可能です。

 

Returns:

  • (boolean)

    HotSwappable



56
57
58
# File 'lib/Win32_PhysicalMemory.rb', line 56

def HotSwappable
  @HotSwappable
end

- (datetime) InstallDate (readonly)

InstallDate プロパティは、オブジェクトがインストールされた日時を示す値です。

 

Returns:

  • (datetime)

    InstallDate



62
63
64
# File 'lib/Win32_PhysicalMemory.rb', line 62

def InstallDate
  @InstallDate
end

- (uint16) InterleaveDataDepth (readonly)

InterleaveDataDepth プロパティは、メモリ デバイスからインタリーブされた単一の転送でアクセスされるデータの連続した行の最大数を示します。

 

Returns:

  • (uint16)

    InterleaveDataDepth



68
69
70
# File 'lib/Win32_PhysicalMemory.rb', line 68

def InterleaveDataDepth
  @InterleaveDataDepth
end

- (uint32) InterleavePosition (readonly)

インターリーブでのこの物理メモリの位置です。

 0 

Returns:

  • (uint32)

    InterleavePosition



76
77
78
# File 'lib/Win32_PhysicalMemory.rb', line 76

def InterleavePosition
  @InterleavePosition
end

- (string) Manufacturer (readonly)

物理要素の生産に責任がある組織の名前です。

 

Returns:

  • (string)

    Manufacturer



83
84
85
# File 'lib/Win32_PhysicalMemory.rb', line 83

def Manufacturer
  @Manufacturer
end

- (uint16) MemoryType (readonly)

物理メモリの種類です。

Returns:

  • (uint16)

    MemoryType



88
89
90
# File 'lib/Win32_PhysicalMemory.rb', line 88

def MemoryType
  @MemoryType
end

- (string) Model (readonly)

物理要素の一般的な認識名です。

Returns:

  • (string)

    Model



93
94
95
# File 'lib/Win32_PhysicalMemory.rb', line 93

def Model
  @Model
end

- (string) Name (readonly)

Name プロパティで、オブジェクトを認識するラベルを定義します。

 

Returns:

  • (string)

    Name



99
100
101
# File 'lib/Win32_PhysicalMemory.rb', line 99

def Name
  @Name
end

- (string) OtherIdentifyingInfo (readonly)

OtherIdentifyingInfo により、物理要素の識別に使用される追加データが資産タグ情報から得られます。

 

Returns:

  • (string)

    OtherIdentifyingInfo



106
107
108
# File 'lib/Win32_PhysicalMemory.rb', line 106

def OtherIdentifyingInfo
  @OtherIdentifyingInfo
end

- (string) PartNumber (readonly)

物理的要素の生産または製造に責任がある組織によって割り当てられた部品番号です。

Returns:

  • (string)

    PartNumber



111
112
113
# File 'lib/Win32_PhysicalMemory.rb', line 111

def PartNumber
  @PartNumber
end

- (uint32) PositionInRow (readonly)

行’ での物理メモリの位置を指定します。

 

Returns:

  • (uint32)

    PositionInRow



118
119
120
# File 'lib/Win32_PhysicalMemory.rb', line 118

def PositionInRow
  @PositionInRow
end

- (boolean) PoweredOn (readonly)

物理要素の電力がオン (TRUE) になるか、オフ (FALSE) になるかを示すブール値です。

Returns:

  • (boolean)

    PoweredOn



123
124
125
# File 'lib/Win32_PhysicalMemory.rb', line 123

def PoweredOn
  @PoweredOn
end

- (boolean) Removable (readonly)

物理コンポーネントは、パッケージ全体の機能を損なわないで物理コンテナに入れたり、そこから出したりできるように設計されていれば、取り外しが可能です。

 

Returns:

  • (boolean)

    Removable



131
132
133
# File 'lib/Win32_PhysicalMemory.rb', line 131

def Removable
  @Removable
end

- (boolean) Replaceable (readonly)

物理コンポーネントは、要素を物理的に違うものに置き換える (FRU またはアップグレード) ことができる場合に置き換えが可能です。

 

Returns:

  • (boolean)

    Replaceable



139
140
141
# File 'lib/Win32_PhysicalMemory.rb', line 139

def Replaceable
  @Replaceable
end

- (string) SerialNumber (readonly)

物理要素の認識に使用される製造元に割り当てられた番号です。

Returns:

  • (string)

    SerialNumber



144
145
146
# File 'lib/Win32_PhysicalMemory.rb', line 144

def SerialNumber
  @SerialNumber
end

- (string) SKU (readonly)

この物理要素の SKU 数です。

Returns:

  • (string)

    SKU



149
150
151
# File 'lib/Win32_PhysicalMemory.rb', line 149

def SKU
  @SKU
end

- (uint32) Speed (readonly)

物理メモリの速度 (ナノ秒) です。

Returns:

  • (uint32)

    Speed



154
155
156
# File 'lib/Win32_PhysicalMemory.rb', line 154

def Speed
  @Speed
end

- (string) Status (readonly)

Status プロパティはオブジェクトの現在の状態を示す文字列です。

 

Returns:

  • (string)

    Status



167
168
169
# File 'lib/Win32_PhysicalMemory.rb', line 167

def Status
  @Status
end

- (string) Tag (readonly)

Tag プロパティには、Win32_PhysicalMemory のインスタンスに表される物理メモリ デバイスを一意に認識する文字列が含まれています。

 

Returns:

  • (string)

    Tag



174
175
176
# File 'lib/Win32_PhysicalMemory.rb', line 174

def Tag
  @Tag
end

- (uint16) TotalWidth (readonly)

チェックまたはエラー修正ビットを含む物理メモリの幅の総数 (ビット) です。

 

Returns:

  • (uint16)

    TotalWidth



180
181
182
# File 'lib/Win32_PhysicalMemory.rb', line 180

def TotalWidth
  @TotalWidth
end

- (uint16) TypeDetail (readonly)

TypeDetail プロパティは、Win32_PhysicalMemory に表される物理メモリの種類を示します。

Returns:

  • (uint16)

    TypeDetail



185
186
187
# File 'lib/Win32_PhysicalMemory.rb', line 185

def TypeDetail
  @TypeDetail
end

- (string) Version (readonly)

物理要素のバージョンを示す文字列です。

Returns:

  • (string)

    Version



190
191
192
# File 'lib/Win32_PhysicalMemory.rb', line 190

def Version
  @Version
end