Class: WMI::Win32_CIMLogicalDeviceCIMDataFile

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

Overview

Win32_CIMLogicalDeviceCIMDataFile クラスは、デバイスに使用されるドライバ ファイルを示す、論理デバイスとデータ ファイルの関連付けを表します。このクラスは、デバイスがどのデバイス ドライバを使用するかを検出するために使用されます。

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

Antecedent リファレンスは、データ ファイルで使用される論理デバイスのプロパティを表します。

Returns:

  • (ref:CIM_LogicalDevice)

    Antecedent



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

def Antecedent
  @Antecedent
end

- (ref:CIM_DataFile) Dependent (readonly)

Dependent リファレンスは、論理デバイスに割り当てられたデータ ファイルのプロパティを表示します。

Returns:

  • (ref:CIM_DataFile)

    Dependent



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

def Dependent
  @Dependent
end

- (uint16) Purpose (readonly)

Purpose プロパティは、関連する論理デバイスで再生されるデータ ファイルの役割を示します。

Returns:

  • (uint16)

    Purpose



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

def Purpose
  @Purpose
end

- (string) PurposeDescription (readonly)

PurposeDescription プロパティで、このクラスの [目的] プロパティの値を拡張する説明が提供されます。

 

Returns:

  • (string)

    PurposeDescription



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

def PurposeDescription
  @PurposeDescription
end