Click or drag to resize

IsisController.Dispose Method (Boolean)

Closes any ISIS drivers and releases resources back to the system.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System.Boolean
Indicates whether this method was called from the Dispose() method or the Finalizer.
See Also