gpt4 book ai didi

c# - BHO 内存泄漏

转载 作者:行者123 更新时间:2023-11-30 22:45:01 24 4
gpt4 key购买 nike

我已经根据本教程编写了一个 BHO: http://www.codeproject.com/KB/cs/Attach_BHO_with_C_.aspx

我的 GetSiteSetSite 与教程列表相同。我正在添加/删除 OnDocumentComplete 处理程序并在 IObjectWithSite SetSite 函数中分配 SHDocVW.WebBrowser webBrowser

出于调试目的,我删除了除基本功能以外的所有功能。这是我的 OnDocumentComplete 处理程序。

    public void OnDocumentComplete(object pDisp, ref object URL)
{
if (true)
{

HTMLDocument document;
document = (HTMLDocument)webBrowser.Document;
/*need to do some stuff here to the doc*/
//then free up script references somehow?
}
return;
}

当我将我的 VS2008 调试器附加到 IE 实例时,我注意到所有加载的 .js 在它们各自的窗口/选项卡关闭后仍然存在。如果我将 OnDocumentComplete 中的条件设置为 false(或禁用我的 BHO),泄漏就会消失。我需要对 mshtml.HTMLDocument 进行更多清理吗?谢谢!

最佳答案

关于c# - BHO 内存泄漏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3241744/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com