| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Runtime::Disposable:

()
Definition at line 33 of file Disposable.h.
Public Member Functions | |
| System::Void | Attach (System::IntPtr unmanagedPointer, System::Boolean autoDelete) |
| System::Void | Detach () |
| System::Void | Dispose () |
| virtual System::Boolean | Equals (System::Object *obj) |
| __property System::Boolean | get_AutoDelete () |
| __property System::Boolean | get_Disposed () |
| __property System::Int32 | get_RefCount () |
| __property System::IntPtr | get_UnmanagedObject () |
| System::Int32 | GetHashCode () |
| __property System::Void | set_AutoDelete (System::Boolean value) |
Static Public Member Functions | |
| static System::Boolean | op_Equality (Disposable *leftObject, Disposable *rightObject) |
| static System::Boolean | op_Inequality (Disposable *leftObject, Disposable *rightObject) |
Protected Member Functions | |
| Disposable (System::IntPtr unmanagedPointer, System::Boolean autoDelete) | |
| Disposable () | |
| virtual System::Void | ReleaseUnmanagedObject () |
| virtual | ~Disposable () |
| Comments or suggestions? Send us feedback. |