Click or drag to resize

ScopedGCHandle Constructor (Object, GCHandleType)

Initializes a new instance of the ScopedGCHandle class

Namespace:  OpenCvSharp.Util
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public ScopedGCHandle(
	Object value,
	GCHandleType type
)

Parameters

value
Type: SystemObject
type
Type: System.Runtime.InteropServicesGCHandleType
See Also