Interface IAssemblyResolver
Interface for classes that are responsible for resolving and loading assembly files.
Namespace: Sartorius.SAF.Presentation.Modularity
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IAssemblyResolver
Methods
View SourceLoadAssemblyFrom(String)
Load an assembly when it's required by the application.
Declaration
void LoadAssemblyFrom(string assemblyFilePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | assemblyFilePath |