DisposableObject::Dispose Method (Boolean)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Standard virtual overload for IDisposable pattern.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

protected:
void Dispose(
	bool disposing
)

Parameters

disposing
Type: System::Boolean

If true, this is a call to Dispose. If false, it means this method has been called from the finalizer.

Return to top
Show: