IAssemblyLoader Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supplies the functionality for loading assemblies.
public interface IAssemblyLoader
type IAssemblyLoader = interface
Public Interface IAssemblyLoader
Remarks
Implementations MUST be thread-safe and should be very fast for assemblies that have already been loaded.
Methods
LoadAssembly(AssemblyName) |
Loads an assembly with the specified name. |
LoadAssembly(String, String) |
Loads an assembly with the specified name and path. |