SymWriter.Dispose Method

Definition

Overloads

Dispose(Boolean)

Called by the Dispose() and Finalize() methods to release the managed and unmanaged resources used by the current instance of the SymWriter class.

Dispose()

Releases the resources used by the current instance of the SymWriter class.

Dispose(Boolean)

Called by the Dispose() and Finalize() methods to release the managed and unmanaged resources used by the current instance of the SymWriter class.

protected:
 virtual void Dispose(bool A_0);
[System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptions]
protected virtual void Dispose (bool A_0);
[<System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptions>]
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
Protected Overridable Sub Dispose (A_0 As Boolean)

Parameters

A_0
Boolean

true to release managed and unmanaged resources; false to release only unmanaged resources.

Attributes

Remarks

This method is called only by the public Dispose and Finalize methods; do not call this method directly.

Applies to

Dispose()

Releases the resources used by the current instance of the SymWriter class.

public:
 override void Dispose();
public override sealed void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Overrides NotOverridable Sub Dispose ()

Implements

Applies to