[This is preliminary documentation and is subject to change.]
An abstract class that wrap around an unmanaged object
Namespace:
Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
public abstract class UnmanagedObject : DisposableObject
Public MustInherit Class UnmanagedObject _ Inherits DisposableObject
public ref class UnmanagedObject abstract : public DisposableObject
Members
All Members | Constructors ![]() | Fields ![]() | Properties ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | UnmanagedObject()()() | Initializes a new instance of the UnmanagedObject class |
![]() | _ptr |
A pointer to the unmanaged object
|
![]() | Dispose()()() |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject()()() |
Release the unmanaged resources
(Inherited from DisposableObject.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Implicit(UnmanagedObject) |
Implicit operator for IntPtr
|
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Ptr |
Pointer to the unmanaged object
|
![]() | ReleaseManagedResources()()() |
Release the managed resouces. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::.Object
Emgu.Util..::.DisposableObject
Emgu.Util..::.UnmanagedObject
Emgu.CV..::.Capture
Emgu.CV..::.CvArray<(Of <(TDepth>)>)
Emgu.CV..::.DenseHistogram
Emgu.CV..::.FeatureTree
Emgu.CV..::.HaarCascade
Emgu.CV..::.Histogram
Emgu.CV..::.MemStorage
Emgu.CV.ML..::.StatModel
Emgu.CV..::.PlanarSubdivision
Emgu.CV..::.StructuringElementEx
Emgu.CV.VideoSurveillance..::.BGCodeBookModel<(Of <(TColor>)>)
Emgu.CV.VideoSurveillance..::.BGStatModel<(Of <(TColor>)>)
Emgu.CV.VideoSurveillance..::.BlobDetector
Emgu.CV.VideoSurveillance..::.BlobSeqBase
Emgu.CV.VideoSurveillance..::.BlobTrackPostProc
Emgu.CV.VideoSurveillance..::.FGDetector<(Of <(TColor>)>)
Emgu.CV..::.VideoWriter
Emgu.Util..::.DisposableObject
Emgu.Util..::.UnmanagedObject
Emgu.CV..::.Capture
Emgu.CV..::.CvArray<(Of <(TDepth>)>)
Emgu.CV..::.DenseHistogram
Emgu.CV..::.FeatureTree
Emgu.CV..::.HaarCascade
Emgu.CV..::.Histogram
Emgu.CV..::.MemStorage
Emgu.CV.ML..::.StatModel
Emgu.CV..::.PlanarSubdivision
Emgu.CV..::.StructuringElementEx
Emgu.CV.VideoSurveillance..::.BGCodeBookModel<(Of <(TColor>)>)
Emgu.CV.VideoSurveillance..::.BGStatModel<(Of <(TColor>)>)
Emgu.CV.VideoSurveillance..::.BlobDetector
Emgu.CV.VideoSurveillance..::.BlobSeqBase
Emgu.CV.VideoSurveillance..::.BlobTrackPostProc
Emgu.CV.VideoSurveillance..::.FGDetector<(Of <(TColor>)>)
Emgu.CV..::.VideoWriter