Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bakhshipoor authored May 14, 2024
1 parent 135dc6b commit b92f37e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Detect And Event All USB Changes and Filter Devices


- Using System.Management Nuget package
- Using `System.Management` Nuget package
- All data get from WMI in system management
- Using Concurrent Collections (System.Collections.Concurrent) : ConcurrentBag, ConcurrentDictionary
- Using << setupapi.dll >> for finding device parent and childs. so you cant use this library remotely such as WMI instructions.
- Using Concurrent Collections (System.Collections.Concurrent) : `ConcurrentBag`, `ConcurrentDictionary`
- Using `setupapi.dll` for finding device parent and childs. so you cant use this library remotely such as WMI instructions.
- .Net Core 8.0
- Windows Desktop
- List of USB Devices in pc
Expand Down

0 comments on commit b92f37e

Please # to comment.