ConfigureServicesBuilder Class

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

Syntax

public class ConfigureServicesBuilder
class Microsoft.AspNetCore.Hosting.Internal.ConfigureServicesBuilder

Constructors

ConfigureServicesBuilder(System.Reflection.MethodInfo)
public ConfigureServicesBuilder(MethodInfo configureServices)

Methods

Build(System.Object)
Return type:System.Func<Microsoft.Extensions.DependencyInjection.IServiceCollection>
public Func<IServiceCollection, IServiceProvider> Build(object instance)

Properties

Microsoft.AspNetCore.Hosting.Internal.ConfigureServicesBuilder.MethodInfo
Return type:System.Reflection.MethodInfo
public MethodInfo MethodInfo { get; }