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 Method Summary collapse
Instance Attribute Details
#file_offset ⇒ Object
Returns the value of attribute file_offset
780 781 782 |
# File 'lib/pedump.rb', line 780 def file_offset @file_offset end |
#name ⇒ Object
Returns the value of attribute name
780 781 782 |
# File 'lib/pedump.rb', line 780 def name @name end |
#ord ⇒ Object
Returns the value of attribute ord
780 781 782 |
# File 'lib/pedump.rb', line 780 def ord @ord end |
#va ⇒ Object
Returns the value of attribute va
780 781 782 |
# File 'lib/pedump.rb', line 780 def va @va end |
Instance Method Details
#ordinal ⇒ Object
781 782 783 |
# File 'lib/pedump.rb', line 781 def ordinal self.ord end |