Class: Process::Structs::HeapSnapInfo

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



189
190
191
# File 'lib/win32/process/structs.rb', line 189

def address
  @address
end

#block_sizeObject

Returns the value of attribute block_size

Returns:

  • (Object)

    the current value of block_size



189
190
191
# File 'lib/win32/process/structs.rb', line 189

def block_size
  @block_size
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



189
190
191
# File 'lib/win32/process/structs.rb', line 189

def flags
  @flags
end

#heap_idObject

Returns the value of attribute heap_id

Returns:

  • (Object)

    the current value of heap_id



189
190
191
# File 'lib/win32/process/structs.rb', line 189

def heap_id
  @heap_id
end

#process_idObject

Returns the value of attribute process_id

Returns:

  • (Object)

    the current value of process_id



189
190
191
# File 'lib/win32/process/structs.rb', line 189

def process_id
  @process_id
end