Class: WMI::Win32_PnPDevice

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

Overview

Win32_PnPDevice は、デバイス(PnPEntity として構成マネージャに認識される) とデバイスが実行する機能の関連付けを表します。その機能は使用を説明する論理デバイスのサブクラスによって表されます。たとえば、Win32_Keyboard または Win32_DiskDrive です。両方の参照オブジェクトは同じ基礎システム デバイスを表します。 - PnPEntity 再度のリソース割り当ての変更は関連するデバイスに影響を及ぼします。

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_LogicalDevice) SameElement (readonly)

SameElement リファレンスは、プラグ アンド プレイ デバイスに関連する論理デバイス プロパティを表します。

Returns:

  • (ref:CIM_LogicalDevice)

    SameElement



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

def SameElement
  @SameElement
end

- (ref:Win32_PnPEntity) SystemElement (readonly)

SystemElement リファレンスは、論理デバイスに関連するプラグ アンド プレイ デバイスを表します。

Returns:

  • (ref:Win32_PnPEntity)

    SystemElement



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

def SystemElement
  @SystemElement
end