Class CActXRef
  Public clsid As String
  Public altClsid As String 'in case clsid is actually an interface id
  Public name As String
  Public methods As New CollectionEx 'of CMember key = voffset
  Public events As New CollectionEx 'of CMember key = voffset
  Public errMsg As String
  Public dll As String
  Public Property Get hasEvents() As Boolean
  Public Function EventForIndex(ByVal index_base0 As Long, out_mem As CMember) As Boolean
  Public Function EventForID(id As Long) As CMember
  Public Function memberForID(id As Long) As CMember
  Public Function DumpEvents() As String
  Public Function DumpMembers() As String
  Public Property Get displayName() As String
End Class
