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.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
protected virtual void ReleaseManagedResources() |
Visual Basic |
---|
Protected Overridable Sub ReleaseManagedResources |
Visual C++ |
---|
protected:
virtual void ReleaseManagedResources() |
See Also