Load() public method

public Load ( ) : void
return void
Exemplo n.º 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());
 }
Exemplo n.º 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());
 }