UndoEngine::Dispose Method (Boolean)

 

Releases the unmanaged resources used by the UndoEngine and optionally releases the managed resources.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System::Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.

.NET Framework
Available since 2.0
Return to top
Show: