C# Класс Orchard.Environment.Extensions.Loaders.DynamicExtensionLoader.ReloadWorkaround

We should be able to support reloading multiple version of a compiled module from a ".csproj" file in the same AppDomain. However, we are currently running into a limitation with NHibernate getting confused when a type name is present in multiple assemblies loaded in an AppDomain. So, until a solution is found, any change to a ".csproj" file of an active module requires an AppDomain restart. The purpose of this class is to keep track of all .csproj files monitored until an AppDomain restart.
Показать файл Открыть проект

Открытые методы

Метод Описание
Monitor ( IVolatileToken whenProjectFileChanges ) : void

Описание методов

Monitor() публичный Метод

public Monitor ( IVolatileToken whenProjectFileChanges ) : void
whenProjectFileChanges IVolatileToken
Результат void