ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Interface for a type which loads plugin assemblies. More...
Public Member Functions | |
IEnumerable< Assembly > | Load (IEnumerable< string > paths) |
Load the plugin assemblies at the given paths. More... | |
Assembly | Load (string path) |
Load the plugin assembly at the specified path. More... | |
Interface for a type which loads plugin assemblies.
IEnumerable<Assembly> CSF.Zpt.IPluginAssemblyLoader.Load | ( | IEnumerable< string > | paths | ) |
Load the plugin assemblies at the given paths.
paths | Paths. |
Implemented in CSF.Zpt.PluginAssemblyLoader.
Assembly CSF.Zpt.IPluginAssemblyLoader.Load | ( | string | path | ) |
Load the plugin assembly at the specified path.
path | Path. |
Implemented in CSF.Zpt.PluginAssemblyLoader.