Click or drag to resize

DisposableObjectReleaseManagedResources Method

http://www.emgu.com
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.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
protected virtual void ReleaseManagedResources()
See Also