Class: Process::Structs::ModuleSnapInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



196
197
198
# File 'lib/win32/process/structs.rb', line 196

def address
  @address
end

#handleObject

Returns the value of attribute handle

Returns:

  • (Object)

    the current value of handle



196
197
198
# File 'lib/win32/process/structs.rb', line 196

def handle
  @handle
end

#module_sizeObject

Returns the value of attribute module_size

Returns:

  • (Object)

    the current value of module_size



196
197
198
# File 'lib/win32/process/structs.rb', line 196

def module_size
  @module_size
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



196
197
198
# File 'lib/win32/process/structs.rb', line 196

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



196
197
198
# File 'lib/win32/process/structs.rb', line 196

def path
  @path
end

#process_idObject

Returns the value of attribute process_id

Returns:

  • (Object)

    the current value of process_id



196
197
198
# File 'lib/win32/process/structs.rb', line 196

def process_id
  @process_id
end