StartupLoader Class

Namespace
Microsoft.AspNetCore.Hosting.Internal
Assemblies
  • Microsoft.AspNetCore.Hosting

Syntax

public class StartupLoader
class Microsoft.AspNetCore.Hosting.Internal.StartupLoader

Methods

FindStartupType(System.String, System.String)
Return type:System.Type
public static Type FindStartupType(string startupAssemblyName, string environmentName)
LoadMethods(System.IServiceProvider, System.Type, System.String)
Return type:Microsoft.AspNetCore.Hosting.Internal.StartupMethods
public static StartupMethods LoadMethods(IServiceProvider services, Type startupType, string environmentName)