SymDocumentWriter.__dtor 方法

定义

释放由 SymDocumentWriter 对象的当前实例控制的资源。Releases the resources held by the current instance of the SymDocumentWriter object.

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

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

注解

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

适用于