Click or drag to resize

ScopedGCHandleAlloc Method (Object, GCHandleType)

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

Parameters

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

Return Value

Type: ScopedGCHandle
See Also