Class: WMI::Win32_IRQResource

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

Overview

Win32_IRQResource クラスは、Win32 コンピュータ システムの割り込み要求 (IRQ) 番号を表します。割り込み要求は、タイム クリティカル イベントに対してデバイスまたはプログラムによって送信されるシグナルです。IRQ はハードウェアまたはソフトウェアに基づきます。

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

- (uint16) Availability (readonly)

IRQ の利用可能性

Returns:

  • (uint16)

    Availability



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

def Availability
  @Availability
end

- (string) Caption (readonly)

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

Returns:

  • (string)

    Caption



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

def Caption
  @Caption
end

- (string) CreationClassName (readonly)

CreationClassName は、インスタンスの作成で使用されるクラス名、またはサブクラス名を示します。

 

Returns:

  • (string)

    CreationClassName



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

def CreationClassName
  @CreationClassName
end

- (string) CSCreationClassName (readonly)

CSCreationClassName にはスコーピング コンピュータ システムの作成クラス名が含まれています。

Returns:

  • (string)

    CSCreationClassName



23
24
25
# File 'lib/Win32_IRQResource.rb', line 23

def CSCreationClassName
  @CSCreationClassName
end

- (string) CSName (readonly)

CSName にはスコーピング コンピュータ システムの名前が含まれています。

Returns:

  • (string)

    CSName



28
29
30
# File 'lib/Win32_IRQResource.rb', line 28

def CSName
  @CSName
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



34
35
36
# File 'lib/Win32_IRQResource.rb', line 34

def Description
  @Description
end

- (boolean) Hardware (readonly)

Hardware プロパティは、割り込みがハードウェアまたはソフトウェアに基づくかどうかを示します。

 

Returns:

  • (boolean)

    Hardware



45
46
47
# File 'lib/Win32_IRQResource.rb', line 45

def Hardware
  @Hardware
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



51
52
53
# File 'lib/Win32_IRQResource.rb', line 51

def InstallDate
  @InstallDate
end

- (uint32) IRQNumber (readonly)

オブジェクトのキー値、IRQ 番号の一部です。

Returns:

  • (uint32)

    IRQNumber



56
57
58
# File 'lib/Win32_IRQResource.rb', line 56

def IRQNumber
  @IRQNumber
end

- (string) Name (readonly)

Name プロパティで、オブジェクトを認識するラベルを定義します。

 

Returns:

  • (string)

    Name



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

def Name
  @Name
end

- (boolean) Shareable (readonly)

IRQ を共有できるかどうかを示すプール値です。

Returns:

  • (boolean)

    Shareable



67
68
69
# File 'lib/Win32_IRQResource.rb', line 67

def Shareable
  @Shareable
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



80
81
82
# File 'lib/Win32_IRQResource.rb', line 80

def Status
  @Status
end

- (uint16) TriggerLevel (readonly)

高 (値 = 4) または低 (値 = 3) になっているハードウェア シグナルによって割り込みがトリガされるかどうかを示す IRQ トリガ レベルです。

 

Returns:

  • (uint16)

    TriggerLevel



86
87
88
# File 'lib/Win32_IRQResource.rb', line 86

def TriggerLevel
  @TriggerLevel
end

- (uint16) TriggerType (readonly)

端 (値 = 4) またはトリガされたレベル (値 = 3) の中断が発生するかどうかを示す IRQ トリガの種類です。

 "その他" (1) 

Returns:

  • (uint16)

    TriggerType



92
93
94
# File 'lib/Win32_IRQResource.rb', line 92

def TriggerType
  @TriggerType
end

- (uint32) Vector (readonly)

Vector プロパティは、Win32 IRQ リソースのベクトルを示します。

 

Returns:

  • (uint32)

    Vector



98
99
100
# File 'lib/Win32_IRQResource.rb', line 98

def Vector
  @Vector
end