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.
파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
Monitor ( IVolatileToken whenProjectFileChanges ) : void

메소드 상세

Monitor() 공개 메소드

public Monitor ( IVolatileToken whenProjectFileChanges ) : void
whenProjectFileChanges IVolatileToken
리턴 void