Method GetOrCreateProviderInstance
GetOrCreateProviderInstance(Type, Type)
Get or create an instance of the given provider type
Declaration
public static IFunctionalityProvider GetOrCreateProviderInstance(Type implementorType, Type providerType)
Parameters
Type | Name | Description |
---|---|---|
Type | implementorType | The specific provider implementation type |
Type | providerType | The provider interface type |
Returns
Type | Description |
---|---|
IFunctionalityProvider | The new or existing functionality provider |