Click or drag to resize

ScopedGCHandleDispose Method (Boolean)

Releases the unmanaged resources used by the ScopedGCHandle and optionally releases the managed resources

Namespace:  OpenCvSharp.Util
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also