Interface IAssemblyLoader
An interface that abstracts the loading of an assembly
Namespace: TimeCockpit.Data.Extensibility
Assembly: TimeCockpit.Data.dll
Syntax
public interface IAssemblyLoader
Methods
LoadAssembly(ExternalType)
Loads the assembly.
Declaration
Assembly LoadAssembly(ExternalType typeToLoad)
Parameters
| Type | Name | Description |
|---|---|---|
| ExternalType | typeToLoad | The type to load. |
Returns
| Type | Description |
|---|---|
| System.Reflection.Assembly | An assembly |