Class: WMI::CIM_BIOSLoadedInNV

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

Overview

BIOS 要素と BIOS が読み込まれる不揮発性記憶域とのリンクです。

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_NonVolatileStorage) Antecedent (readonly)

不揮発性記憶域です。

Returns:

  • (ref:CIM_NonVolatileStorage)

    Antecedent



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

def Antecedent
  @Antecedent
end

- (ref:CIM_BIOSElement) Dependent (readonly)

不揮発性の拡張記憶域に格納された BIOS

Returns:

  • (ref:CIM_BIOSElement)

    Dependent



12
13
14
# File 'lib/CIM_BIOSLoadedInNV.rb', line 12

def Dependent
  @Dependent
end

- (UINT64) EndingAddress (readonly)

不揮発性記憶域で BIOS が位置する終了アドレス

Returns:

  • (UINT64)

    EndingAddress



17
18
19
# File 'lib/CIM_BIOSLoadedInNV.rb', line 17

def EndingAddress
  @EndingAddress
end

- (UINT64) StartingAddress (readonly)

BIOS が不揮発性で位置している開始アドレスです。

Returns:

  • (UINT64)

    StartingAddress



22
23
24
# File 'lib/CIM_BIOSLoadedInNV.rb', line 22

def StartingAddress
  @StartingAddress
end