Class: Process::ProcessInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/win32/process.rb

Overview

Used by Process.create

Instance Attribute Summary collapse

Instance Attribute Details

#process_handleObject

Returns the value of attribute process_handle

Returns:

  • (Object)

    the current value of process_handle



60
61
62
# File 'lib/win32/process.rb', line 60

def process_handle
  @process_handle
end

#process_idObject

Returns the value of attribute process_id

Returns:

  • (Object)

    the current value of process_id



60
61
62
# File 'lib/win32/process.rb', line 60

def process_id
  @process_id
end

#thread_handleObject

Returns the value of attribute thread_handle

Returns:

  • (Object)

    the current value of thread_handle



60
61
62
# File 'lib/win32/process.rb', line 60

def thread_handle
  @thread_handle
end

#thread_idObject

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



60
61
62
# File 'lib/win32/process.rb', line 60

def thread_id
  @thread_id
end