Class: PEdump::ExportedFunction
Instance Attribute Summary collapse
-
#file_offset ⇒ Object
Returns the value of attribute file_offset.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ord ⇒ Object
Returns the value of attribute ord.
-
#va ⇒ Object
Returns the value of attribute va.
Instance Attribute Details
#file_offset ⇒ Object
Returns the value of attribute file_offset
606 607 608 |
# File 'lib/pedump.rb', line 606 def file_offset @file_offset end |
#name ⇒ Object
Returns the value of attribute name
606 607 608 |
# File 'lib/pedump.rb', line 606 def name @name end |
#ord ⇒ Object
Returns the value of attribute ord
606 607 608 |
# File 'lib/pedump.rb', line 606 def ord @ord end |
#va ⇒ Object
Returns the value of attribute va
606 607 608 |
# File 'lib/pedump.rb', line 606 def va @va end |