ScopedGCHandle Class OpenCvSharp Class Library
Original GCHandle that implement IDisposable
Inheritance Hierarchy

SystemObject
  OpenCvSharp.UtilitiesScopedGCHandle

Namespace:  OpenCvSharp.Utilities
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.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

  NameDescription
Public methodAddrOfPinnedObject
Public methodStatic memberAlloc(Object)
Public methodStatic memberAlloc(Object, GCHandleType)
Public methodDispose
Releases all resources used by the ScopedGCHandle
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the ScopedGCHandle and optionally releases the managed resources
Public methodEquals
Protected methodFinalize
Destructor
(Overrides ObjectFinalize.)
Public methodFree
Public methodStatic memberFromIntPtr
Public methodGetHashCode
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberToIntPtr
Public methodToString
Top
See Also

Reference