RegistrationAttribute.Key.IDisposable.Dispose 方法

配置对象及其资源。

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

语法

声明
Private Sub Dispose Implements IDisposable.Dispose
void IDisposable.Dispose()

实现

IDisposable.Dispose()

备注

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

说明说明

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

.NET Framework 安全性

请参见

参考

RegistrationAttribute.Key 类

Microsoft.VisualStudio.Shell 命名空间