From e2a7d8145c97ce9b81a639cf6ff9ca400b27e34c Mon Sep 17 00:00:00 2001 From: GALENS <260827400@qq.com> Date: Mon, 1 Aug 2022 15:43:46 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 96b28f4..a584ec2 100644 --- a/Readme.md +++ b/Readme.md @@ -76,7 +76,10 @@ internal class PluginAddin : MSTest_Addin } // 在这个方法中释放资源 - public override void Unloaded() { } + public override void Unloaded() + { + // 当插件重载时,可以在此处卸载上一次加载的事件 + } // Run 方法自动调用 protected override int Run(string[] commandLine)