![]() | Interface General Editor |
Specifies the name of the interface. If this interface is a generic interface, its type arguments are specified as part of the name. For information on how to use generic types, refer to Generics (C# Programming Guide)
The following naming rules apply to the interface name:
The name must begin with an alphabetic character, and consist entirely of alphanumeric characters.
The name must be unique within the driver.
Specifies the target frameworks supported by the interface. Typically, this will be set to Inherited, which indicates that the interface supports the same target frameworks as the driver. However, you can override this setting to specify a minimum target framework or a specific set of target frameworks. Nimbus will update the driver code accordingly with #if statements to selectively include or exclude code based on the target framework.