Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
protected virtual void Dispose(
bool disposing
)
Protected Overloads Overridable Sub Dispose( _
ByVal disposing As Boolean _
)
protected:
virtual void Dispose(
bool disposing
)
disposing
True to release both managed and unmanaged resources; false to release only unmanaged resources.
Use this method to close or release unmanaged resources such as files, streams, and handles held by an instance of the class that implements this interface. By convention, this method is used for all tasks associated with freeing resources held by an object, or preparing an object for reuse.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET