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.Util (in Emgu.Util.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
protected virtual void ReleaseManagedResources()
Protected Overridable Sub ReleaseManagedResources
protected:
virtual void ReleaseManagedResources()

See Also