Disposes of the Target instance.
            
    Namespace: 
   Quanser.TargetsAssembly: Quanser.Targets (in Quanser.Targets.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
All resources associated with the Target instance are freed, including unmanaged resources.
 
     
     
     
     
    