Click or drag to resize

DisposableVerifyNotDisposed Method

Verifies that the object has not been disposed.

Namespace: LibHeifSharp.ResourceManagement
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
protected void VerifyNotDisposed()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe object has been disposed.
See Also