Interface IHasCapabilities
Defines the interface through which the user can determine the capabilities of a driver.
public interface IHasCapabilities
Properties
Capabilities
Gets the ICapabilities object describing the driver's capabilities.
ICapabilities Capabilities { get; }