ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.IPluginAssemblyLoader Interface Reference

Interface for a type which loads plugin assemblies. More...

Inheritance diagram for CSF.Zpt.IPluginAssemblyLoader:

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...
 

Detailed Description

Interface for a type which loads plugin assemblies.

Member Function Documentation

IEnumerable<Assembly> CSF.Zpt.IPluginAssemblyLoader.Load ( IEnumerable< string >  paths)

Load the plugin assemblies at the given paths.

Parameters
pathsPaths.

Implemented in CSF.Zpt.PluginAssemblyLoader.

Assembly CSF.Zpt.IPluginAssemblyLoader.Load ( string  path)

Load the plugin assembly at the specified path.

Parameters
pathPath.

Implemented in CSF.Zpt.PluginAssemblyLoader.


The documentation for this interface was generated from the following file: