Click or drag to resize

DisposableObjectReleaseManagedResources Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Release the managed resources. This function will be called during the disposal of the current object. override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
protected virtual void ReleaseManagedResources()
See Also