Class: Ragweed::Wraposx::Vm::RegionInfo
- Includes:
- FFIStructInclude
- Defined in:
- lib/ragweed/wraposx/region_info.rb
Overview
Memory region info base class.
Direct Known Subclasses
RegionBasicInfo, RegionBasicInfo64, RegionExtendedInfo, RegionTopInfo
Instance Attribute Summary collapse
-
#base_address ⇒ Object
Returns the value of attribute base_address.
-
#region_size ⇒ Object
Returns the value of attribute region_size.
Method Summary
Methods included from FFIStructInclude
#method_missing, #methods, #respond_to?
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Ragweed::FFIStructInclude
Instance Attribute Details
#base_address ⇒ Object
Returns the value of attribute base_address.
38 39 40 |
# File 'lib/ragweed/wraposx/region_info.rb', line 38 def base_address @base_address end |
#region_size ⇒ Object
Returns the value of attribute region_size.
37 38 39 |
# File 'lib/ragweed/wraposx/region_info.rb', line 37 def region_size @region_size end |