Show / Hide Table of Contents

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 Source

LoadAssemblyFrom(String)

Load an assembly when it's required by the application.

Declaration
void LoadAssemblyFrom(string assemblyFilePath)
Parameters
Type Name Description
System.String assemblyFilePath

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX