Microsoft.AspNetCore.SignalR.Hubs.DefaultAssemblyLocator.DefaultAssemblyLocator C# (CSharp) 메소드

DefaultAssemblyLocator() 공개 메소드

public DefaultAssemblyLocator ( IHostingEnvironment environment ) : System
environment IHostingEnvironment
리턴 System
        public DefaultAssemblyLocator(IHostingEnvironment environment)
        {
            _entryAssembly = Assembly.Load(new AssemblyName(environment.ApplicationName));
            _dependencyContext = DependencyContext.Load(_entryAssembly);
        }