Dispose Method (bool)

Frees resources used by this Runner instance.

Type: Runner

Namespace: XJTAG.Integration.XJRunner

Syntax

protected virtual void Dispose(bool disposing)

Parameters

disposing

Type: bool

Free managed as well as unmanaged resources.

Remarks

Be sure to dispose all Runner objects when testing of the UUT is complete. The selected XJLink will be unavailable for further use until this is done.