IServiceDescriptorAssemblySelector Interface
Definition
The compiled assembly selector
public interface IServiceDescriptorAssemblySelectorMethods
EntryAssembly()
Will scan for types from this assembly at compile time.
IServiceDescriptorTypeSelector EntryAssembly()Returns
IServiceDescriptorTypeSelector
FromAssemblies()
Will scan for types from all metadata assembly at compile time.
IServiceDescriptorTypeSelector FromAssemblies()Returns
IServiceDescriptorTypeSelector
DependenciesFromAssemblyOf<T>()
Will load and scan from given types assembly
IServiceDescriptorTypeSelector DependenciesFromAssemblyOf<T>()Returns
IServiceDescriptorTypeSelector
DependenciesFromAssemblyOf(Type)
Will load and scan from given types assembly
IServiceDescriptorTypeSelector DependenciesFromAssemblyOf(Type type)Parameters
type Type
Returns
IServiceDescriptorTypeSelector
FromAssemblyOf<T>()
Will scan for types from the assembly of type T.
IServiceDescriptorTypeSelector FromAssemblyOf<T>()Returns
IServiceDescriptorTypeSelector
FromAssemblyOf(Type)
Will scan for types from the assembly of type.
IServiceDescriptorTypeSelector FromAssemblyOf(Type type)Parameters
type Type
Returns
IServiceDescriptorTypeSelector
NotFromAssemblyOf<T>()
Will not scan for types from the assembly of type T.
IServiceDescriptorTypeSelector NotFromAssemblyOf<T>()Returns
IServiceDescriptorTypeSelector
NotFromAssemblyOf(Type)
Will not scan for types from the assembly of type.
IServiceDescriptorTypeSelector NotFromAssemblyOf(Type type)Parameters
type Type
Returns
IServiceDescriptorTypeSelector
IncludeSystemAssemblies()
Include system assemblies
IServiceDescriptorTypeSelector IncludeSystemAssemblies()
