ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
A service which gets the full paths for add-on assemblies, given a partial name for the assembly. More...
Public Member Functions | |
string | GetAssemblyPath (string assemblyName) |
Gets the full path to a given assembly, based on its name. More... | |
A service which gets the full paths for add-on assemblies, given a partial name for the assembly.
string CSF.Zpt.IAddOnAssemblyFinder.GetAssemblyPath | ( | string | assemblyName | ) |
Gets the full path to a given assembly, based on its name.
assemblyName | The name of the assembly. |
Implemented in CSF.Zpt.DefaultAddOnAssemblyFinder.