示例#1
0
        public void DeInitPlugin()
        {
            pluginMain.DeInitPlugin();
            Registry.Clear();

            // We can't re-init CEF after shutting it down. So let's only do that when ACT closes to avoid unexpected behaviour (crash when re-enabling the plugin).
            // TODO: Figure out how to detect disabling plugin vs ACT shutting down.
            // ShutdownRenderer(null, null);
        }
示例#2
0
 public void DeInitPlugin()
 {
     ActGlobals.oFormActMain.BeforeLogLineRead -= BeforeLogLineRead;
     pluginMain.DeInitPlugin();
     asmResolver.Dispose();
 }
示例#3
0
 public void DeInitPlugin()
 {
     pluginMain.DeInitPlugin();
     asmResolver.Dispose();
 }