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: 1.0.0
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