Nefarius.Drivers.HidHide 3.0.0-pre004

Nefarius.Drivers.HidHide

.NET Requirements Requirements Nuget Nuget

Managed API for configuring HidHide.

Documentation

Link to API docs.

Usage (classic)

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)

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 app also need to add these NuGet packages:

  • Microsoft.Extensions.Http
  • NJsonSchema

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:

  • IHidHideControlService for the HidHide settings API
  • HidHideSetupProvider for update and download information

Check the demo app sources for implementation and usage details.

3rd party sources

No packages depend on Nefarius.Drivers.HidHide.

Version Downloads Last updated
3.0.0 7 06/16/2025
3.0.0-pre004 4 06/16/2025