Class CNativeStub
  Public va As Long
  Public name As String
  Public stubType As nativeStubTypes
  Public data As String
  Public disasm As String
  Public owner As CCodeObject
  Public link As CMethodLink
  Public memOffset As Long 'only for setEvent/propNewObj/property this is objptr() + memOffset
  Public endVA As Long
  Public Enum nativeStubTypes
  Public Property Get Size(Optional padForSort As Boolean = False) As String
  Public Function pubLookup(Optional prefix As String) As String
  Public Property Get strType() As String
  Public Function dump(Optional indent As Long) As String
  Public Function FillGrid() As String
End Class
