Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
protected virtual void Dispose(
	bool disposing
)
Visual Basic
Protected Overridable Sub Dispose ( _
	disposing As Boolean _
)

Parameters

disposing
Type: System..::..Boolean
trueTruetruetrue (True in Visual Basic) if being called from Dispose()()()(), falseFalsefalsefalse (False in Visual Basic) if being called from the finalizer.

See Also