DisposableObjectReleaseManagedResources Method |
https://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.TF.Util
Assembly:
Emgu.TF.Lite (in Emgu.TF.Lite.dll) Version: 2.16.1.1623+4bf999fc3b81f861a8c2aa1b11ce6bfb8f610804
Syntaxprotected virtual void ReleaseManagedResources()
Protected Overridable Sub ReleaseManagedResources
protected:
virtual void ReleaseManagedResources()
abstract ReleaseManagedResources : unit -> unit
override ReleaseManagedResources : unit -> unit
See Also