Class: Process::Structs::ProcessInfo
- Inherits:
-
Struct
- Object
- Struct
- Process::Structs::ProcessInfo
- Defined in:
- lib/win32/process/structs.rb
Overview
Used by Process.create
Instance Attribute Summary collapse
-
#process_handle ⇒ Object
Returns the value of attribute process_handle.
-
#process_id ⇒ Object
Returns the value of attribute process_id.
-
#thread_handle ⇒ Object
Returns the value of attribute thread_handle.
-
#thread_id ⇒ Object
Returns the value of attribute thread_id.
Instance Attribute Details
#process_handle ⇒ Object
Returns the value of attribute process_handle
176 177 178 |
# File 'lib/win32/process/structs.rb', line 176 def process_handle @process_handle end |
#process_id ⇒ Object
Returns the value of attribute process_id
176 177 178 |
# File 'lib/win32/process/structs.rb', line 176 def process_id @process_id end |
#thread_handle ⇒ Object
Returns the value of attribute thread_handle
176 177 178 |
# File 'lib/win32/process/structs.rb', line 176 def thread_handle @thread_handle end |
#thread_id ⇒ Object
Returns the value of attribute thread_id
176 177 178 |
# File 'lib/win32/process/structs.rb', line 176 def thread_id @thread_id end |