ManagementObjectCollection.Finalize 方法

定义

处置对象所保留的资源。Disposes of resources the object is holding. 这是该对象的析构函数。This is the destructor for the object. 使用析构函数语法表示终结器。Finalizers are expressed using destructor syntax.

!ManagementObjectCollection ()
~ManagementObjectCollection ();
override this.Finalize : unit -> unit
Finalize ()

注解

.NET Framework 安全性.NET Framework Security

对直接调用方的完全信任。Full trust for the immediate caller. 此成员不能由部分信任的代码使用。This member cannot be used by partially trusted code. 有关详细信息,请参阅 从部分受信任的代码使用库For more information, see Using Libraries from Partially Trusted Code.

适用于