IAssemblyProbingFolder - интерфейс |
Пространство имён: Orchard.FileSystems.Dependencies
public interface IAssemblyProbingFolder : IVolatileProvider, ISingletonDependency, IDependency
Тип IAssemblyProbingFolder предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| AssemblyExists |
Return "true" if the assembly corresponding to "moduleName" is
present in the folder.
| |
| DeleteAssembly |
Ensure the assembly corresponding to "moduleName" is removed from the folder
| |
| GetAssemblyDateTimeUtc |
Return the last modification date of the assembly corresponding
to "moduleName". The assembly must be exist on disk, otherwise an
exception is thrown.
| |
| GetAssemblyVirtualPath |
Return the virtual path of the assembly (optional)
| |
| LoadAssembly |
Load the assembly corresponding to "moduleName" if the assembly file
is present in the folder.
| |
| StoreAssembly |
Store an assembly corresponding to "moduleName" from the given fileName
|