Visual Basic (Declaration) | |
---|---|
Protected Overloads Overridable Sub Dispose( _ ByVal disposing As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- disposing
- True to release both managed and unmanaged resources; False to release only unmanaged resources.
For an example, refer to RasterImage.
The RasterImage class implements the IDisposable interface, it is recommended that you follow the standard .NET dispose pattern when using the RasterImage class. For more information, refer to the IDisposable interface documentation in MSDN, the IsDisposed property and the RasterImage.Disposed event.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family