Class CMethodLink
  Public varOffset As Long 'this + x = var mem address
  Public name As String 'really just for debugging
  Public index As Long 'set by loader
  Public rawAddr As Long 'used by methods only native and pcode
  Public Function dump()
End Class
