Class AssemblyProvider
Simple XploRe.Reflection.Loader.IAssemblyProvider that yields a static collection of
Assembly instances provided during initialisation.
Implements
Namespace: XploRe.Runtime.Loader
Assembly: XploRe.Runtime.Loader.dll
Syntax
public class AssemblyProvider : Object, IAssemblyProvider
Constructors
Name | Description |
---|---|
AssemblyProvider(IEnumerable<Assembly>) | Initialises a new TypeAssemblyProvider instance with the Assembly instance of a given Type instance. |
Properties
Name | Description |
---|---|
Assemblies | Collection of Assembly instances the provider was initialised with. |
Methods
Name | Description |
---|---|
GetCandidateAssemblies() |