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
Syntaxprotected virtual void ReleaseManagedResources()
Protected Overridable Sub ReleaseManagedResources
protected:
virtual void ReleaseManagedResources()
abstract ReleaseManagedResources : unit -> unit
override ReleaseManagedResources : unit -> unit
See Also