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: 1.0.0
Syntax
public ScopedGCHandle(
	Object value,
	GCHandleType type
)

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:OpenCvSharp.Util.ScopedGCHandle.#ctor(System.Object,System.Runtime.InteropServices.GCHandleType)"]

type
Type: System.Runtime.InteropServicesGCHandleType

[Missing <param name="type"/> documentation for "M:OpenCvSharp.Util.ScopedGCHandle.#ctor(System.Object,System.Runtime.InteropServices.GCHandleType)"]

See Also