IAssemblyProbingFolder - интерфейс

Abstraction over the folder configued in web.config as an additional location to load assemblies from. This assumes a local physical file system, since Orchard will need to store assembly files locally.

Пространство имён:  Orchard.FileSystems.Dependencies
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
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
В начало страницы
См. также