libiio
|
Public Member Functions | |
void | Dispose () |
Releases all resource used by the iio.IIOObject object. More... | |
Protected Member Functions | |
IIOObject (IntPtr hdl) | |
abstract void | Destroy () |
|
inline |
Releases all resource used by the iio.IIOObject object.
Call Dispose when you are finished using the iio.IIOObject. The Dispose method leaves the iio.IIOObject in an unusable state. After calling Dispose, you must release all references to the iio.IIOObject so the garbage collector can reclaim the memory that the iio.IIOObject was occupying.