Click or drag to resize

ScopedGCHandleAlloc Method (Object, GCHandleType)

[Missing <summary> documentation for "M:OpenCvSharp.Util.ScopedGCHandle.Alloc(System.Object,System.Runtime.InteropServices.GCHandleType)"]

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

Parameters

value
Type: SystemObject

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

type
Type: System.Runtime.InteropServicesGCHandleType

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

Return Value

Type: ScopedGCHandle

[Missing <returns> documentation for "M:OpenCvSharp.Util.ScopedGCHandle.Alloc(System.Object,System.Runtime.InteropServices.GCHandleType)"]

See Also