Class: WMI::CIM_InstalledSoftwareElement

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

Overview

CIM_InstalledSoftwareElement 関連付けによって、特別なソフトウェア要素がインストールされているコンピュータ システムが識別されます。

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

インストールされるソフトウェア要素の参照です。

Returns:

  • (ref:CIM_SoftwareElement)

    Software



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

def Software
  @Software
end

- (ref:CIM_ComputerSystem) System (readonly)

特別なソフトウェア要素をホストするコンピュータ システムの参照です。

Returns:

  • (ref:CIM_ComputerSystem)

    System



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

def System
  @System
end