ServiceProvider.Dispose 方法

释放由 ServiceProvider 对象使用的资源。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Sub Dispose
public void Dispose()

实现

IDisposable.Dispose()

备注

使用完 ServiceProvider 后调用 DisposeDispose 方法使 ServiceProvider 处于不可用状态。 调用 Dispose 后,必须释放对 ServiceProvider 的所有引用,这样垃圾回收器才能回收 ServiceProvider 占用的内存。 有关更多信息,请参见清理非托管资源实现 Dispose 方法

备注

释放对 ServiceProvider 的最后一个引用之前,始终应先调用 Dispose。否则,在垃圾回收器调用 ServiceProvider 对象的 Finalize 方法之前,该对象所使用的资源将不会被释放。

.NET Framework 安全性

请参见

参考

ServiceProvider 类

Microsoft.VisualStudio.Shell 命名空间