An abstract class that wrap around an unmanaged object

Namespace:  Emgu.Util
Assembly:  Emgu.Util (in Emgu.Util.dll) Version: 2.1.0.649 (2.1.0.649)

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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

See Also