An abstract class that wrap around an unmanaged object
| C# | Visual Basic | Visual C++ |
public abstract class UnmanagedObject : DisposableObject
Public MustInherit Class UnmanagedObject _ Inherits DisposableObject
public ref class UnmanagedObject abstract : public DisposableObject
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | 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.) | |
| Dispose(Boolean) |
Release the all the memory associate with this object
(Inherited from DisposableObject.) | |
| DisposeObject()()() |
Function use to release _ptr object
(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
| |
| ToString()()() | (Inherited from Object.) |