Class: WMI::CIM_AssociatedProcessorMemory

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

Overview

プロセッサとシステム メモリ、またはプロセッサのキャッシュを関連付けます。

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

- (ref:CIM_Memory) Antecedent (readonly)

インストールされたメモリ、またはデバイスに関連付けられているメモリです。

Returns:

  • (ref:CIM_Memory)

    Antecedent



7
8
9
# File 'lib/CIM_AssociatedProcessorMemory.rb', line 7

def Antecedent
  @Antecedent
end

- (uint32) BusSpeed (readonly)

プロセッサとメモリ間のバスの速度 (メガヘルツ) です。

Returns:

  • (uint32)

    BusSpeed



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

def BusSpeed
  @BusSpeed
end

- (ref:CIM_Processor) Dependent (readonly)

メモリにアクセスするか、またはキャッシュを使用するプロセッサです。

Returns:

  • (ref:CIM_Processor)

    Dependent



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

def Dependent
  @Dependent
end