Class: WMI::CIM_DeviceSoftware

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

Overview

CIM_DeviceSoftware 関係により、ドライバ、構成、アプリケーション ソフトウェア、ファームウェアなどのデバイスに関連付けられているソフトウェアがすべて識別されます。

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

ソフトウェア要素です。

Returns:

  • (ref:CIM_SoftwareElement)

    Antecedent



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

def Antecedent
  @Antecedent
end

- (ref:CIM_LogicalDevice) Dependent (readonly)

ソフトウェアを必要とする、または使用する論理デバイスです。

Returns:

  • (ref:CIM_LogicalDevice)

    Dependent



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

def Dependent
  @Dependent
end

- (UINT16) Purpose (readonly)

このソフトウェアが関連付けされているデバイスに関連して実行する役割を示す列挙された整数です。

 

Returns:

  • (UINT16)

    Purpose



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

def Purpose
  @Purpose
end

- (STRING) PurposeDescription (readonly)

Purpose プロパティの情報を提供する自由形式の文字列です。

 

Returns:

  • (STRING)

    PurposeDescription



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

def PurposeDescription
  @PurposeDescription
end