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