Kpok patagon framework DI configuration interface.
A collection of framework assemblies.
public Assembly[] Assemblies { get; }
Application configuration.
public IConfiguration Configuration { get; }
The collection of service descriptors.
public IServiceCollection Services { get; }
Creates an instance of
public T CreateServiceInstance<T>(provider, typeName)
Name | Type | Summary |
---|---|---|
provider | IServiceProvider | |
typeName | String |
Gets an array of Types that are assinable to desiredType.
public Type[] GetTypesAssignableFrom(desiredType)
Name | Type | Summary |
---|---|---|
desiredType | Type |
Gets an array of Types that are assinable to
public Type[] GetTypesAssignableFrom<T>()