Edit

Share via


SymDocument.Dispose Method

Definition

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

Overloads

Dispose()

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

Dispose(Boolean)

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

Dispose()

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

public override sealed void Dispose();

Implements

Applies to

netframework-4.8.1 netframework-4.8.1
Product Versions
netframework-4.8.1 netframework-4.8.1

Dispose(Boolean)

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

[System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptions]
protected virtual void Dispose(bool A_0);

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

netframework-4.8.1 netframework-4.8.1
Product Versions
netframework-4.8.1 netframework-4.8.1