NI-DAQmx .NET Framework 4.5 API Reference

Channel.Dispose Method (Boolean)

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
Channel.Dispose Method (Boolean)
Releases the managed and unmanaged resources used by Channel or optionally releases only the unmanaged resources.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

protected virtual void Dispose(
	bool A_0
)
Protected Overridable Sub Dispose ( 
	A_0 As Boolean
)

Parameters

A_0
Type: SystemBoolean

Remarks

Refer to Cleaning Up Unmanaged Resources for more information on implementing a Dispose method and using objects that implement IDisposable.

See Also