Interface IAssemblyProvider
An assembly provider retrieves a collection of Assembly candidates. The consumer should
further filter out candidates as needed.
Namespace: XploRe.Runtime.Loader
Assembly: XploRe.Runtime.Loader.dll
Syntax
public interface IAssemblyProvider
Methods
Name | Description |
---|---|
GetCandidateAssemblies() | Returns a collection of assembly candidates. |