Namespace: Nefarius.Utilities.DeviceManagement.Drivers
Driver meta data fetched from the registry.
public sealed class DriverMeta
Inheritance Object → DriverMeta
Gets the date of the driver.
public DateTime DriverDate { get; internal set; }
Gets the description the device got from the function driver.
public string DriverDescription { get; internal set; }
Gets the driver version.
public Version DriverVersion { get; internal set; }
Gets the active INF name/sub-path. Typically resides in C:\Windows\INF.
public string InfPath { get; internal set; }
Gets the section of the INF which applied on driver installation.
public string InfSection { get; internal set; }
Gets the device ID this driver is active on.
public string MatchingDeviceId { get; internal set; }
Gets the provider (manufacturer) name of the driver.
public string ProviderName { get; internal set; }