Class: WMI::CIM_Thread

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

Overview

スレッドは、プロセスまたはタスクのユニットを同時に実行する機能を表します。プロセスには多数のスレッドがあり、各スレッドはプロセスに弱いです。

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

- (string) Caption (readonly)

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

Returns:

  • (string)

    Caption



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

def Caption
  @Caption
end

- (string) CreationClassName (readonly)

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

 

Returns:

  • (string)

    CreationClassName



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

def CreationClassName
  @CreationClassName
end

- (string) CSCreationClassName (readonly)

スコーピング コンピュータ システムの作成クラス名です。

Returns:

  • (string)

    CSCreationClassName



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

def CSCreationClassName
  @CSCreationClassName
end

- (string) CSName (readonly)

スコーピング コンピュータ システムの名前です。

Returns:

  • (string)

    CSName



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

def CSName
  @CSName
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



29
30
31
# File 'lib/CIM_Thread.rb', line 29

def Description
  @Description
end

- (uint16) ExecutionState (readonly)

スレッドの現在の操作状態を示します。

 

Returns:

  • (uint16)

    ExecutionState



35
36
37
# File 'lib/CIM_Thread.rb', line 35

def ExecutionState
  @ExecutionState
end

- (string) Handle (readonly)

スレッドを識別するのに使用される文字列です。

Returns:

  • (string)

    Handle



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

def Handle
  @Handle
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



46
47
48
# File 'lib/CIM_Thread.rb', line 46

def InstallDate
  @InstallDate
end

- (uint64) KernelModeTime (readonly)

カーネル モードでの時間 (ミリ秒) です。

 

Returns:

  • (uint64)

    KernelModeTime



52
53
54
# File 'lib/CIM_Thread.rb', line 52

def KernelModeTime
  @KernelModeTime
end

- (string) Name (readonly)

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

 

Returns:

  • (string)

    Name



58
59
60
# File 'lib/CIM_Thread.rb', line 58

def Name
  @Name
end

- (string) OSCreationClassName (readonly)

スコーピング オペレーティング システムの作成クラス名です。

Returns:

  • (string)

    OSCreationClassName



63
64
65
# File 'lib/CIM_Thread.rb', line 63

def OSCreationClassName
  @OSCreationClassName
end

- (string) OSName (readonly)

スコーピング オペレーティング システムの名前です。

Returns:

  • (string)

    OSName



68
69
70
# File 'lib/CIM_Thread.rb', line 68

def OSName
  @OSName
end

- (uint32) Priority (readonly)

優先順位は、スレッド実行の緊急性または重要性を示します。

 

Returns:

  • (uint32)

    Priority



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

def Priority
  @Priority
end

- (string) ProcessCreationClassName (readonly)

スコーピング プロセスの CreationClassName です。

Returns:

  • (string)

    ProcessCreationClassName



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

def ProcessCreationClassName
  @ProcessCreationClassName
end

- (string) ProcessHandle (readonly)

スコーピング プロセスのハンドルです。

Returns:

  • (string)

    ProcessHandle



85
86
87
# File 'lib/CIM_Thread.rb', line 85

def ProcessHandle
  @ProcessHandle
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



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

def Status
  @Status
end

- (uint64) UserModeTime (readonly)

ユーザー モードでの時間 (ミリ秒) です。

 

Returns:

  • (uint64)

    UserModeTime



104
105
106
# File 'lib/CIM_Thread.rb', line 104

def UserModeTime
  @UserModeTime
end