SymDocument.__dtor 方法

定义

释放由当前实例所持有的资源。Releases the resources held by the current instance.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 void __dtor();
public void __dtor ();
member this.__dtor : unit -> unit
Public Sub __dtor ()

注解

使用 Finalize() 方法来释放资源。Use the Finalize() method to release resources.

适用于