Load() 공개 메소드

public Load ( ) : void
리턴 void
예제 #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());
 }