SymDocumentWriter.Finalize 方法
定义
在通过垃圾回收将 SymDocumentWriter 回收之前,释放非托管资源并执行其他清理操作。Releases unmanaged resources and performs other cleanup operations before the SymDocumentWriter is reclaimed by garbage collection.
!SymDocumentWriter ()
~SymDocumentWriter ();
override this.Finalize : unit -> unit
Finalize ()
注解
此方法重写 Finalize。This method overrides Finalize. 应用程序代码不应调用此方法; Finalize 在垃圾回收过程中会自动调用对象的方法,除非已通过调用方法禁用了垃圾回收器终止 SuppressFinalize 。Application code should not call this method; an object's Finalize method is automatically invoked during garbage collection, unless finalization by the garbage collector has been disabled by a call to the SuppressFinalize method.