IAssemblyLoader Interface

Definition

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.

Applies to