Class: WMI::CIM_IRQ

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

Overview

CIM_IRQ クラスは Intel アーキテクチュア 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/CIM_IRQ.rb', line 7

def Availability
  @Availability
end

- (string) Caption (readonly)

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

Returns:

  • (string)

    Caption



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

def Caption
  @Caption
end

- (string) CreationClassName (readonly)

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

 

Returns:

  • (string)

    CreationClassName



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

def CreationClassName
  @CreationClassName
end

- (string) CSCreationClassName (readonly)

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

Returns:

  • (string)

    CSCreationClassName



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

def CSCreationClassName
  @CSCreationClassName
end

- (string) CSName (readonly)

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

Returns:

  • (string)

    CSName



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

def CSName
  @CSName
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



40
41
42
# File 'lib/CIM_IRQ.rb', line 40

def InstallDate
  @InstallDate
end

- (uint32) IRQNumber (readonly)

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

Returns:

  • (uint32)

    IRQNumber



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

def IRQNumber
  @IRQNumber
end

- (string) Name (readonly)

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

 

Returns:

  • (string)

    Name



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

def Name
  @Name
end

- (boolean) Shareable (readonly)

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

Returns:

  • (boolean)

    Shareable



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

def Shareable
  @Shareable
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



69
70
71
# File 'lib/CIM_IRQ.rb', line 69

def Status
  @Status
end

- (uint16) TriggerLevel (readonly)

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

 

Returns:

  • (uint16)

    TriggerLevel



75
76
77
# File 'lib/CIM_IRQ.rb', line 75

def TriggerLevel
  @TriggerLevel
end

- (uint16) TriggerType (readonly)

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

 "その他" (1) 

Returns:

  • (uint16)

    TriggerType



81
82
83
# File 'lib/CIM_IRQ.rb', line 81

def TriggerType
  @TriggerType
end