'Usage
Dim instance As DisposableObject Dim disposing As Boolean instance.InternalDispose(disposing)
Parameters
- disposing
- Indicates whether the method call comes from a System.IDisposable.Dispose method (its value is true) or from a finalizer (its value is false).