Esempio n. 1
0
        public IApplicationHost Create(string binFolder, string assembly)
        {
            AppDomainApplicationHost host = new AppDomainApplicationHost(binFolder, assembly);

            Logger.Info(this, "Created new " + host.GetType().FullName);
            return(host);
        }
		public IApplicationHost Create(string binFolder, string assembly) {
			AppDomainApplicationHost host = new AppDomainApplicationHost(binFolder, assembly);
			Logger.Info(this, "Created new " + host.GetType().FullName);
			return (host);
		}