MetalamaAPI documentationExtensions APIMetalama.​Extensions.​Dependency­Injection.​ImplementationDependency­Injection­Framework­RegistrationDependency­Injection­Framework­Registration
Open sandboxFocus

DependencyInjectionFrameworkRegistration Constructor

DependencyInjectionFrameworkRegistration(Type, Nullable<Int32>)

Initializes a new instance of the DependencyInjectionFrameworkRegistration class.

Declaration
public DependencyInjectionFrameworkRegistration(Type type, Nullable<int> priority = null)
Parameters
Type Name Description
System.Type type

A type implementing the IDependencyInjectionFramework interface and having a default constructor.

System.Nullable<System.Int32> 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.