DisposableVerifyNotDisposed Method

Verifies that the object has not been disposed.

Definition

Namespace: LibHeifSharp.ResourceManagement
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
protected void VerifyNotDisposed()

Exceptions

ObjectDisposedExceptionThe object has been disposed.

See Also