Destroys the Hil object and frees all the associated resources.

Namespace:  Quanser.Hardware
Assembly:  Quanser.Hardware.Hil (in Quanser.Hardware.Hil.dll)

Syntax

Visual Basic (Declaration)
Public Sub Dispose
C#
public void Dispose()
Visual C++
public:
virtual void Dispose() sealed
JavaScript
function dispose();

Implements

IDisposable..::.Dispose()()()

Remarks

The destructor ensures that the card is closed and its resources have been freed. Tasks associated with this Hil instance are stopped and deleted.

See Also