Class: WMI::CIM_BIOSFeature

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

Overview

CIM_BIOSFeature は、コンピュータ システムを起動して構成するのに使われる低レベルのソフトウェアの機能を表します。

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) Caption (readonly)

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

Returns:

  • (string)

    Caption



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

def Caption
  @Caption
end

- (STRING) CharacteristicDescriptions (readonly)

Characteristics 配列で示される BIOS 機能に詳細な説明を提供する自由形式の文字列の配列です。

 

Returns:

  • (STRING)

    CharacteristicDescriptions



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

def CharacteristicDescriptions
  @CharacteristicDescriptions
end

- (UINT16) Characteristics (readonly)

BIOS によってサポートされる機能を指定する整数の配列です。

 

Returns:

  • (UINT16)

    Characteristics



21
22
23
# File 'lib/CIM_BIOSFeature.rb', line 21

def Characteristics
  @Characteristics
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



27
28
29
# File 'lib/CIM_BIOSFeature.rb', line 27

def Description
  @Description
end

- (string) IdentifyingNumber (readonly)

ソフトウェアのシリアル番号またはハードウェア チップの型番号などの製品 ID です

Returns:

  • (string)

    IdentifyingNumber



32
33
34
# File 'lib/CIM_BIOSFeature.rb', line 32

def IdentifyingNumber
  @IdentifyingNumber
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



38
39
40
# File 'lib/CIM_BIOSFeature.rb', line 38

def InstallDate
  @InstallDate
end

- (string) Name (readonly)

Name プロパティにより、データ処理システム外でオブジェクトを認識するラベルが定義されます。

 

Returns:

  • (string)

    Name



44
45
46
# File 'lib/CIM_BIOSFeature.rb', line 44

def Name
  @Name
end

- (string) ProductName (readonly)

共通に使われている製品名です

Returns:

  • (string)

    ProductName



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

def ProductName
  @ProductName
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



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

def Status
  @Status
end

- (string) Vendor (readonly)

製品の供給者名です。

 DMTF Solution Exchange Standard 

Returns:

  • (string)

    Vendor



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

def Vendor
  @Vendor
end

- (string) Version (readonly)

製品のバージョン情報です。

 DMTF Solution Exchange Standard 

Returns:

  • (string)

    Version



74
75
76
# File 'lib/CIM_BIOSFeature.rb', line 74

def Version
  @Version
end