Method TryGetDriver
TryGetDriver(string, out DriverDescriptor?)
Gets a driver descriptor by name (case-insensitive).
public static bool TryGetDriver(string name, out DriverRegistry.DriverDescriptor? descriptor)
Parameters
namestringThe driver name.
descriptorDriverRegistry.DriverDescriptorThe found descriptor, or null if not found.
Returns
- bool
True if found; false otherwise.