예제 #1
0
        internal PluginManager(string pluginDir)
        {
            _pluginDir = pluginDir;

            string[] alternateCacheLocations;
            _loader = new PluginLoader(pluginDir, GetMetadataCacheFilePath(out alternateCacheLocations), alternateCacheLocations);
            _backgroundAssemblyLoader = new BackgroundAssemblyLoader(this);
        }
예제 #2
0
		internal PluginManager(string pluginDir)
		{
			_pluginDir = pluginDir;

			string[] alternateCacheLocations;
			_loader = new PluginLoader(pluginDir, GetMetadataCacheFilePath(out alternateCacheLocations), alternateCacheLocations);
			_backgroundAssemblyLoader = new BackgroundAssemblyLoader(this);
		}