Nefarius.Drivers.HidHide 3.3.0
Nefarius.Drivers.HidHide
Managed API for configuring HidHide.
Documentation
Usage (classic)
[!CAUTION] This is the deprecated approach.
Create an instance of HidHideControlService whenever you need it.
This class will not block other configuration apps so you can keep it in memory as long as you need. A handle to the driver is only opened when necessary (when the properties are read from or the methods get invoked).
Usage (dependency injection)
[!NOTE]
This is the recommended approach.
If you plan to make use of Microsoft Dependency Injection (in ASP.NET Core, Worker Services and alike) and the online services, your project also needs to add these NuGet packages:
Microsoft.Extensions.HttpNJsonSchema
You can skip them for the "traditional" use of version 1 of the library. Register it like:
builder.Services.AddHidHide();
Now you can inject and consume:
IHidHideControlServicefor the HidHide settings APIHidHideSetupProviderfor update and download information
Check the demo app sources for implementation and usage details.
3rd party sources
No packages depend on Nefarius.Drivers.HidHide.
.NET 8.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.10)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
- System.Net.Http.Json (>= 9.0.10)
- System.Memory (>= 4.6.3)
- Nefarius.Vicius.Abstractions (>= 1.4.1)
- Nefarius.Utilities.DeviceManagement (>= 5.1.0)
.NET Standard 2.0
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
- System.Net.Http.Json (>= 9.0.10)
- System.Memory (>= 4.6.3)
- Nefarius.Vicius.Abstractions (>= 1.4.1)
- Nefarius.Utilities.DeviceManagement (>= 5.1.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.10)
.NET 9.0
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
- System.Memory (>= 4.6.3)
- System.Net.Http.Json (>= 9.0.10)
- Nefarius.Utilities.DeviceManagement (>= 5.1.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.10)
- Nefarius.Vicius.Abstractions (>= 1.4.1)
| Version | Downloads | Last updated |
|---|---|---|
| 3.3.0 | 27 | 10/30/2025 |
| 3.2.0 | 91 | 09/20/2025 |
| 3.1.0 | 33 | 09/20/2025 |
| 3.0.0 | 127 | 06/16/2025 |
| 3.0.0-pre004 | 72 | 06/16/2025 |