如何在C#中刷新适配器列表?
说出以下情况:
设备从:\\.\airpcap00 AirPcap USB wireless capture adapter nr. 00
更改为
\\.\airpcap01 AirPcap USB wireless capture adapter nr. 01
但设备列表似乎仍显示:\\.\airpcap00 AirPcap USB wireless capture adapter nr. 00
如何刷新设备以显示正确的列表?
答案 0 :(得分:0)
使用WinPcapDeviceList.Instance.Refresh()或AirPcapDeviceList或LibPcapDeviceList刷新列表。