Class: Process::Structs::ProcessSnapInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



204
205
206
# File 'lib/win32/process/structs.rb', line 204

def flags
  @flags
end

#parent_process_idObject

Returns the value of attribute parent_process_id

Returns:

  • (Object)

    the current value of parent_process_id



204
205
206
# File 'lib/win32/process/structs.rb', line 204

def parent_process_id
  @parent_process_id
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



204
205
206
# File 'lib/win32/process/structs.rb', line 204

def path
  @path
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



204
205
206
# File 'lib/win32/process/structs.rb', line 204

def priority
  @priority
end

#process_idObject

Returns the value of attribute process_id

Returns:

  • (Object)

    the current value of process_id



204
205
206
# File 'lib/win32/process/structs.rb', line 204

def process_id
  @process_id
end

#threadsObject

Returns the value of attribute threads

Returns:

  • (Object)

    the current value of threads



204
205
206
# File 'lib/win32/process/structs.rb', line 204

def threads
  @threads
end