Constructor ConfigurationDescriptor
ConfigurationDescriptor(IntPtr, Feature, int)
Constructs a ConfigurationDescriptor.
Declaration
public ConfigurationDescriptor(IntPtr identifier, Feature capabilities, int rank)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | identifier | A unique identifier for this descriptor. |
Feature | capabilities | The supported capabilities of the configuration. |
int | rank | Higher values indicate this configuration should be chosen over another, otherwise equivalent configuration. |