Class: Process::Structs::HeapSnapInfo
- Inherits:
-
Struct
- Object
- Struct
- Process::Structs::HeapSnapInfo
- Defined in:
- lib/win32/process/structs.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#block_size ⇒ Object
Returns the value of attribute block_size.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#heap_id ⇒ Object
Returns the value of attribute heap_id.
-
#process_id ⇒ Object
Returns the value of attribute process_id.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
189 190 191 |
# File 'lib/win32/process/structs.rb', line 189 def address @address end |
#block_size ⇒ Object
Returns the value of attribute block_size
189 190 191 |
# File 'lib/win32/process/structs.rb', line 189 def block_size @block_size end |
#flags ⇒ Object
Returns the value of attribute flags
189 190 191 |
# File 'lib/win32/process/structs.rb', line 189 def flags @flags end |
#heap_id ⇒ Object
Returns the value of attribute heap_id
189 190 191 |
# File 'lib/win32/process/structs.rb', line 189 def heap_id @heap_id end |
#process_id ⇒ Object
Returns the value of attribute process_id
189 190 191 |
# File 'lib/win32/process/structs.rb', line 189 def process_id @process_id end |