DependencyInjectionFrameworkRegistration(Type, int?)
Initializes a new instance of the DependencyInjectionFrameworkRegistration class.
Declaration
public DependencyInjectionFrameworkRegistration(Type type, int? priority = null)Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | A type implementing the IDependencyInjectionFramework interface and having a default constructor. |
| int? | priority | The priority of the aspect framework. The default priority of system-registered frameworks is 100 and 101. The default priority for user-registered frameworks is 0. |