Class: Process::Structs::ThreadSnapInfo

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

Overview

Used by Process.snapshot

Instance Attribute Summary collapse

Instance Attribute Details

#base_priorityObject

Returns the value of attribute base_priority

Returns:

  • (Object)

    the current value of base_priority



184
185
186
# File 'lib/win32/process/structs.rb', line 184

def base_priority
  @base_priority
end

#process_idObject

Returns the value of attribute process_id

Returns:

  • (Object)

    the current value of process_id



184
185
186
# File 'lib/win32/process/structs.rb', line 184

def process_id
  @process_id
end

#thread_idObject

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



184
185
186
# File 'lib/win32/process/structs.rb', line 184

def thread_id
  @thread_id
end