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
771 772 773 |
# File 'lib/pedump.rb', line 771 def file_offset @file_offset end |
#name ⇒ Object
Returns the value of attribute name
771 772 773 |
# File 'lib/pedump.rb', line 771 def name @name end |
#ord ⇒ Object
Returns the value of attribute ord
771 772 773 |
# File 'lib/pedump.rb', line 771 def ord @ord end |
#va ⇒ Object
Returns the value of attribute va
771 772 773 |
# File 'lib/pedump.rb', line 771 def va @va end |
Instance Method Details
#ordinal ⇒ Object
772 773 774 |
# File 'lib/pedump.rb', line 772 def ordinal self.ord end |