NativeUsbLib 1.4.9
dotnet add package NativeUsbLib --version 1.4.9
NuGet\Install-Package NativeUsbLib -Version 1.4.9
<PackageReference Include="NativeUsbLib" Version="1.4.9" />
paket add NativeUsbLib --version 1.4.9
#r "nuget: NativeUsbLib, 1.4.9"
// Install NativeUsbLib as a Cake Addin #addin nuget:?package=NativeUsbLib&version=1.4.9 // Install NativeUsbLib as a Cake Tool #tool nuget:?package=NativeUsbLib&version=1.4.9
A .net library for the enumeration of usb devices, hubs and controllers
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.1.0
Original release
1.2.0
Nuget packaged release
Updated to handle x64
1.3.0
Updated to prevent potential unmanaged memory leak in UsbController()
1.4.0
Added support for USB 3.0
1.4.1
Fixed unmamaged memory leak reading UsbNodeInformation
Removed circular memory references in object model
1.4.2
Bug fix marshalling error
1.4.3
Bug fix marshalling error
1.4.4
Bug fix handle cleanup
1.4.5
Added friendly name and com port property for CDC devices
1.4.6
Relaxed CDC device descriptor check on reading comport
1.4.7
Updated SetupDiOpenDevRegKey pinvoke signature
1.4.8
Resolved issue enumerating ports of usb controller
1.4.9
Added trace source NativeUsbLib