Table of Contents

Method SetPostReleaseAction

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetPostReleaseAction(Action)

Registers cleanup that runs after the owned native handle is released, including when cleanup is initiated by the SafeHandle finalizer.

protected void SetPostReleaseAction(Action action)

Parameters

action Action