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

A service which gets the full paths for add-on assemblies, given a partial name for the assembly. More...

Inheritance diagram for CSF.Zpt.IAddOnAssemblyFinder:

Public Member Functions

string GetAssemblyPath (string assemblyName)
 Gets the full path to a given assembly, based on its name. More...
 

Detailed Description

A service which gets the full paths for add-on assemblies, given a partial name for the assembly.

Member Function Documentation

string CSF.Zpt.IAddOnAssemblyFinder.GetAssemblyPath ( string  assemblyName)

Gets the full path to a given assembly, based on its name.

Returns
The full assembly path.
Parameters
assemblyNameThe name of the assembly.

Implemented in CSF.Zpt.DefaultAddOnAssemblyFinder.


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