Click or drag to resize

ScopedGCHandle Class

Original GCHandle that implement IDisposable
Inheritance Hierarchy
SystemObject
  OpenCvSharp.UtilScopedGCHandle

Namespace:  OpenCvSharp.Util
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public class ScopedGCHandle : IDisposable

The ScopedGCHandle type exposes the following members.

Constructors
  NameDescription
Public methodScopedGCHandle(Object)
Initializes a new instance of the ScopedGCHandle class
Public methodScopedGCHandle(Object, GCHandleType)
Initializes a new instance of the ScopedGCHandle class
Top
Properties
  NameDescription
Public propertyHandle
Public propertyIsAllocated
Public propertyTarget
Top
Methods
See Also