'Usage
Dim instance As DisposableObject Dim disposing As Boolean instance.Dispose(disposing)
Parameters
- disposing
true
to release both managed and unmanaged resources;false
to release only unmanaged resources.
true
to release both managed and unmanaged resources; false
to release only unmanaged resources.
'Usage
Dim instance As DisposableObject Dim disposing As Boolean instance.Dispose(disposing)
true
to release both managed and unmanaged resources; false
to release only unmanaged resources.This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.