ServiceCollectionServiceExtensions Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Métodos de extensión para agregar servicios a una interfaz IServiceCollection.
public ref class ServiceCollectionServiceExtensions abstract sealed
public static class ServiceCollectionServiceExtensions
type ServiceCollectionServiceExtensions = class
Public Module ServiceCollectionServiceExtensions
- Herencia
-
ServiceCollectionServiceExtensions
Métodos
AddKeyedScoped(IServiceCollection, Type, Object) |
Agrega un servicio con ámbito del tipo especificado en |
AddKeyedScoped(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>) |
Agrega un servicio con ámbito del tipo especificado en |
AddKeyedScoped(IServiceCollection, Type, Object, Type) |
Agrega un servicio con ámbito del tipo especificado en |
AddKeyedScoped<TService,TImplementation>(IServiceCollection, Object) |
Agrega un servicio con ámbito del tipo especificado en |
AddKeyedScoped<TService,TImplementation>(IServiceCollection, Object, Func<IServiceProvider,Object,TImplementation>) |
Agrega un servicio con ámbito del tipo especificado en |
AddKeyedScoped<TService>(IServiceCollection, Object) |
Agrega un servicio con ámbito del tipo especificado en |
AddKeyedScoped<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>) |
Agrega un servicio con ámbito del tipo especificado en |
AddKeyedSingleton(IServiceCollection, Type, Object) |
Agrega un servicio singleton del tipo especificado en |
AddKeyedSingleton(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>) |
Agrega un servicio singleton del tipo especificado en |
AddKeyedSingleton(IServiceCollection, Type, Object, Object) |
Agrega un servicio singleton del tipo especificado en |
AddKeyedSingleton(IServiceCollection, Type, Object, Type) |
Agrega un servicio singleton del tipo especificado en |
AddKeyedSingleton<TService,TImplementation>(IServiceCollection, Object) |
Agrega un servicio singleton del tipo especificado en |
AddKeyedSingleton<TService,TImplementation>(IServiceCollection, Object, Func<IServiceProvider,Object,TImplementation>) |
Agrega un servicio singleton del tipo especificado en |
AddKeyedSingleton<TService>(IServiceCollection, Object) |
Agrega un servicio singleton del tipo especificado en |
AddKeyedSingleton<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>) |
Agrega un servicio singleton del tipo especificado en |
AddKeyedSingleton<TService>(IServiceCollection, Object, TService) |
Agrega un servicio singleton del tipo especificado en |
AddKeyedTransient(IServiceCollection, Type, Object) |
Agrega un servicio transitorio del tipo especificado en |
AddKeyedTransient(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>) |
Agrega un servicio transitorio del tipo especificado en |
AddKeyedTransient(IServiceCollection, Type, Object, Type) |
Agrega un servicio transitorio del tipo especificado en |
AddKeyedTransient<TService,TImplementation>(IServiceCollection, Object) |
Agrega un servicio transitorio del tipo especificado en |
AddKeyedTransient<TService,TImplementation>(IServiceCollection, Object, Func<IServiceProvider,Object,TImplementation>) |
Agrega un servicio transitorio del tipo especificado en |
AddKeyedTransient<TService>(IServiceCollection, Object) |
Agrega un servicio transitorio del tipo especificado en |
AddKeyedTransient<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>) |
Agrega un servicio transitorio del tipo especificado en |
AddScoped(IServiceCollection, Type) |
Agrega un servicio con ámbito del tipo especificado en |
AddScoped(IServiceCollection, Type, Func<IServiceProvider,Object>) |
Agrega un servicio con ámbito del tipo especificado en |
AddScoped(IServiceCollection, Type, Type) |
Agrega un servicio con ámbito del tipo especificado en |
AddScoped<TService,TImplementation>(IServiceCollection) |
Agrega un servicio con ámbito del tipo especificado en |
AddScoped<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>) |
Agrega un servicio con ámbito del tipo especificado en |
AddScoped<TService>(IServiceCollection) |
Agrega un servicio con ámbito del tipo especificado en |
AddScoped<TService>(IServiceCollection, Func<IServiceProvider,TService>) |
Agrega un servicio con ámbito del tipo especificado en |
AddSingleton(IServiceCollection, Type) |
Agrega un servicio singleton del tipo especificado en |
AddSingleton(IServiceCollection, Type, Func<IServiceProvider,Object>) |
Agrega un servicio singleton del tipo especificado en |
AddSingleton(IServiceCollection, Type, Object) |
Agrega un servicio singleton del tipo especificado en |
AddSingleton(IServiceCollection, Type, Type) |
Agrega un servicio singleton del tipo especificado en |
AddSingleton<TService,TImplementation>(IServiceCollection) |
Agrega un servicio singleton del tipo especificado en |
AddSingleton<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>) |
Agrega un servicio singleton del tipo especificado en |
AddSingleton<TService>(IServiceCollection) |
Agrega un servicio singleton del tipo especificado en |
AddSingleton<TService>(IServiceCollection, Func<IServiceProvider,TService>) |
Agrega un servicio singleton del tipo especificado en |
AddSingleton<TService>(IServiceCollection, TService) |
Agrega un servicio singleton del tipo especificado en |
AddTransient(IServiceCollection, Type) |
Agrega un servicio transitorio del tipo especificado en |
AddTransient(IServiceCollection, Type, Func<IServiceProvider,Object>) |
Agrega un servicio transitorio del tipo especificado en |
AddTransient(IServiceCollection, Type, Type) |
Agrega un servicio transitorio del tipo especificado en |
AddTransient<TService,TImplementation>(IServiceCollection) |
Agrega un servicio transitorio del tipo especificado en |
AddTransient<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>) |
Agrega un servicio transitorio del tipo especificado en |
AddTransient<TService>(IServiceCollection) |
Agrega un servicio transitorio del tipo especificado en |
AddTransient<TService>(IServiceCollection, Func<IServiceProvider,TService>) |
Agrega un servicio transitorio del tipo especificado en |