Destroys the Hil object and frees all the associated resources.
    Namespace: 
   Quanser.HardwareAssembly: Quanser.Hardware.Hil (in Quanser.Hardware.Hil.dll)
 Syntax
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
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.
 
     
     
     
     
    