Class: Process::Structs::ThreadSnapInfo
- Inherits:
-
Struct
- Object
- Struct
- Process::Structs::ThreadSnapInfo
- Defined in:
- lib/win32/process/structs.rb
Overview
Used by Process.snapshot
Instance Attribute Summary collapse
-
#base_priority ⇒ Object
Returns the value of attribute base_priority.
-
#process_id ⇒ Object
Returns the value of attribute process_id.
-
#thread_id ⇒ Object
Returns the value of attribute thread_id.
Instance Attribute Details
#base_priority ⇒ Object
Returns the value of attribute base_priority
184 185 186 |
# File 'lib/win32/process/structs.rb', line 184 def base_priority @base_priority end |
#process_id ⇒ Object
Returns the value of attribute process_id
184 185 186 |
# File 'lib/win32/process/structs.rb', line 184 def process_id @process_id end |
#thread_id ⇒ Object
Returns the value of attribute thread_id
184 185 186 |
# File 'lib/win32/process/structs.rb', line 184 def thread_id @thread_id end |