ServiceCollectionDescriptorExtensions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IServiceCollection にサービスを追加し、サービスを削除するための拡張メソッド。
public ref class ServiceCollectionDescriptorExtensions abstract sealed
public static class ServiceCollectionDescriptorExtensions
type ServiceCollectionDescriptorExtensions = class
Public Module ServiceCollectionDescriptorExtensions
- 継承
-
ServiceCollectionDescriptorExtensions
メソッド
Add(IServiceCollection, IEnumerable<ServiceDescriptor>) |
ServiceDescriptor のシーケンスを |
Add(IServiceCollection, ServiceDescriptor) |
指定した |
RemoveAll(IServiceCollection, Type) |
種類が |
RemoveAll<T>(IServiceCollection) |
種類が |
RemoveAllKeyed(IServiceCollection, Type, Object) |
種類が |
RemoveAllKeyed<T>(IServiceCollection, Object) |
種類が |
Replace(IServiceCollection, ServiceDescriptor) |
サービスの種類が |
TryAdd(IServiceCollection, IEnumerable<ServiceDescriptor>) |
サービスの種類がまだ登録されていない場合、指定の |
TryAdd(IServiceCollection, ServiceDescriptor) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddEnumerable(IServiceCollection, IEnumerable<ServiceDescriptor>) |
ServiceType を同じくする既存の記述子と |
TryAddEnumerable(IServiceCollection, ServiceDescriptor) |
ServiceType を同じくする既存の記述子と |
TryAddKeyedScoped(IServiceCollection, Type, Object) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedScoped(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedScoped(IServiceCollection, Type, Object, Type) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedScoped<TService,TImplementation>(IServiceCollection, Object) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedScoped<TService>(IServiceCollection, Object) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedScoped<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedSingleton(IServiceCollection, Type, Object) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedSingleton(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedSingleton(IServiceCollection, Type, Object, Type) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedSingleton<TService,TImplementation>(IServiceCollection, Object) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedSingleton<TService>(IServiceCollection, Object) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedSingleton<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedSingleton<TService>(IServiceCollection, Object, TService) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedTransient(IServiceCollection, Type, Object) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedTransient(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedTransient(IServiceCollection, Type, Object, Type) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedTransient<TService,TImplementation>(IServiceCollection, Object) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedTransient<TService>(IServiceCollection, Object) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddKeyedTransient<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddScoped(IServiceCollection, Type) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddScoped(IServiceCollection, Type, Func<IServiceProvider,Object>) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddScoped(IServiceCollection, Type, Type) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddScoped<TService,TImplementation>(IServiceCollection) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddScoped<TService>(IServiceCollection) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddScoped<TService>(IServiceCollection, Func<IServiceProvider,TService>) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddSingleton(IServiceCollection, Type) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddSingleton(IServiceCollection, Type, Func<IServiceProvider,Object>) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddSingleton(IServiceCollection, Type, Type) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddSingleton<TService,TImplementation>(IServiceCollection) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddSingleton<TService>(IServiceCollection) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddSingleton<TService>(IServiceCollection, Func<IServiceProvider,TService>) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddSingleton<TService>(IServiceCollection, TService) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddTransient(IServiceCollection, Type) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddTransient(IServiceCollection, Type, Func<IServiceProvider,Object>) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddTransient(IServiceCollection, Type, Type) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddTransient<TService,TImplementation>(IServiceCollection) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddTransient<TService>(IServiceCollection) |
サービスの種類がまだ登録されていない場合、指定の |
TryAddTransient<TService>(IServiceCollection, Func<IServiceProvider,TService>) |
サービスの種類がまだ登録されていない場合、指定の |
適用対象
.NET