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()
实现
备注
使用完 RegistrationAttribute.Key 后调用 [Dispose]。[Dispose] 方法使 RegistrationAttribute.Key 处于不可用状态。调用 [Dispose] 后,必须释放对 RegistrationAttribute.Key 的所有引用,这样垃圾回收器才能回收 RegistrationAttribute.Key 占用的内存。有关更多信息,请参见清理非托管资源和 实现 Dispose 方法。
说明 |
---|
释放对 RegistrationAttribute.Key 的最后一个引用之前,始终应先调用 Dispose。否则,在垃圾回收器调用 RegistrationAttribute.Key 对象的 Finalize 方法之前,该对象所使用的资源将不会被释放。 |
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。