Releases the unmanaged resources used by the IEMulti and optionally releases the managed resources

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
protected override void Dispose(
	bool disposing
)
Protected Overrides Sub Dispose ( _
	disposing As Boolean _
)
protected:
virtual void Dispose(
	bool disposing
) override

Parameters

disposing
Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also