Class plugin
  Public m_frmMain As frmMain 'will have to be object type when compiled as external dll
  Public Sub SetHost(newref As Object)
  Public Function SetVisibility(selNode As Node) As Boolean
  Public Sub MenuItem_Selected(arg)
  Public Function Opcode_HookHandler(hook As COpcodeHook, cb As CCodeBody, leadbyte As Byte, opcodeByte As Byte, va As Long, Disasm As String)
End Class
