| ScopedGCHandle Constructor (Object, GCHandleType) |
Namespace:
OpenCvSharp.Util
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public ScopedGCHandle(
Object value,
GCHandleType type
)
Public Sub New (
value As Object,
type As GCHandleType
)
public:
ScopedGCHandle(
Object^ value,
GCHandleType type
)
new :
value : Object *
type : GCHandleType -> ScopedGCHandle
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