Class TypeAssemblyProvider
Provides the assembly instance of a given type provided at the moment of initialisation.
Implements
Namespace: XploRe.Runtime.Loader
Assembly: XploRe.Runtime.Loader.dll
Syntax
public class TypeAssemblyProvider : Object, IAssemblyProvider
Constructors
Name | Description |
---|---|
TypeAssemblyProvider(Type) | Initialises a new TypeAssemblyProvider instance with the Assembly instance of a given Type. |
Properties
Name | Description |
---|---|
TypeAssembly | Assembly instance of type provided during initialisation. |
Methods
Name | Description |
---|---|
GetCandidateAssemblies() |