DisposableDispose(Boolean) Method

Releases unmanaged and - optionally - managed resources.

Definition

Namespace: LibHeifSharp.ResourceManagement
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also