Description of ModulesLoader.
コード例 #1
0
 static void LoadModules()
 {
     // var modulesLoader = new ModulesLoader((new TmxServerRootPathProvider()).GetRootPath());
     var modulesLoader = new ModulesLoader((new TmxServerRootPathProvider()).GetRootPath(), @"Nancy.ViewEngines*.dll", false);
     modulesLoader.Load();
     
     //// just for copying the Nancy.ViewEngines.DotLiquid assembly to dependant projects
     //var drop = new DynamicDrop(new ExpandoObject());
 }
コード例 #2
0
 static void LoadModules()
 {
     // var modulesLoader = new ModulesLoader((new TmxServerRootPathProvider()).GetRootPath());
     var modulesLoader = new ModulesLoader((new TmxServerRootPathProvider()).GetRootPath(), @"Nancy.ViewEngines*.dll", false);
     modulesLoader.Load();
     
     //// just for copying the Nancy.ViewEngines.DotLiquid assembly to dependant projects
     //var drop = new DynamicDrop(new ExpandoObject());
 }