![]() | Download Help (Windows Only) |
![]() | Note: This topic applies to the following Measurement Studio editions: Enterprise, Professional. |
Releases the unmanaged resources used by IIR Filters and optionally releases the managed resources associated with this object.
Namespace: NationalInstruments.Analysis.Dsp.Filters
Assembly: NationalInstruments.Analysis.Enterprise (in NationalInstruments.Analysis.Enterprise.dll) Version: 19.0.45.49153 (19.0.45.49153)
Visual Basic (Declaration) |
---|
Protected Overridable Sub Dispose ( _ disposing As Boolean _ ) |
C# |
---|
protected virtual void Dispose( bool disposing ) |
The public Dispose method and the finalizer call this method. The public Dispose invokes the protected Dispose(Boolean) method with disposing set to true (True in Visual Basic). The finalizer invokes the protected Dispose(Boolean) with disposing set to false (False in Visual Basic).
When you set the disposing parameter to true (True in Visual Basic), this method releases all resources held by managed objects that this Session references. This method invokes the Dispose method of each referenced object.
Helpful
Not Helpful