Release the managed resouces. 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.0.0.0 (2.0.0.0)
Syntax
C# |
---|
protected virtual void ReleaseManagedResources() |
Visual Basic (Declaration) |
---|
Protected Overridable Sub ReleaseManagedResources |
Visual C++ |
---|
protected:
virtual void ReleaseManagedResources() |
See Also