|
Describe(Type, Func<IServiceProvider,Object>, ServiceLifetime)
|
指定したserviceType、implementationFactory、およびlifetimeを使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Describe(Type, Type, ServiceLifetime)
|
指定したserviceType、implementationType、およびlifetimeを使用して、ServiceDescriptorのインスタンスを作成します。
|
|
DescribeKeyed(Type, Object, Func<IServiceProvider,Object,Object>, ServiceLifetime)
|
指定したserviceType、implementationFactory、およびlifetimeを使用して、ServiceDescriptorのインスタンスを作成します。
|
|
DescribeKeyed(Type, Object, Type, ServiceLifetime)
|
指定したserviceType、implementationType、およびlifetimeを使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Equals(Object)
|
指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。
(継承元 Object)
|
|
GetHashCode()
|
既定のハッシュ関数として機能します。
(継承元 Object)
|
|
GetType()
|
現在のインスタンスの Type を取得します。
(継承元 Object)
|
|
KeyedScoped(Type, Object, Func<IServiceProvider,Object,Object>)
|
指定したservice、implementationFactory、およびScopedの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedScoped(Type, Object, Type)
|
指定したserviceとimplementationTypeとScopedの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedScoped<TService,TImplementation>(Object, Func<IServiceProvider,Object,TImplementation>)
|
指定したTService、TImplementation、implementationFactory、およびScoped有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedScoped<TService,TImplementation>(Object)
|
指定したTService、TImplementation、およびScopedの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedScoped<TService>(Object, Func<IServiceProvider,Object,TService>)
|
指定したTService、implementationFactory、およびScopedの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedSingleton(Type, Object, Func<IServiceProvider,Object,Object>)
|
指定したserviceType、implementationFactory、およびSingletonの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedSingleton(Type, Object, Object)
|
指定したserviceType、implementationInstance、およびSingletonの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedSingleton(Type, Object, Type)
|
指定したserviceとimplementationTypeとSingletonの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedSingleton<TService,TImplementation>(Object, Func<IServiceProvider,Object,TImplementation>)
|
指定したTService、TImplementation、implementationFactory、およびSingleton有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedSingleton<TService,TImplementation>(Object)
|
指定したTService、TImplementation、およびSingletonの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedSingleton<TService>(Object, Func<IServiceProvider,Object,TService>)
|
指定したTService、implementationFactory、およびSingletonの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedSingleton<TService>(Object, TService)
|
指定したTService、implementationInstance、およびSingletonの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedTransient(Type, Object, Func<IServiceProvider,Object,Object>)
|
指定したservice、implementationFactory、およびTransientの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedTransient(Type, Object, Type)
|
指定したserviceとimplementationTypeとTransientの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedTransient<TService,TImplementation>(Object, Func<IServiceProvider,Object,TImplementation>)
|
指定したTService、TImplementation、implementationFactory、およびTransient有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedTransient<TService,TImplementation>(Object)
|
指定したTService、TImplementation、およびTransientの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
KeyedTransient<TService>(Object, Func<IServiceProvider,Object,TService>)
|
指定したTService、implementationFactory、およびTransientの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
MemberwiseClone()
|
現在の Objectの簡易コピーを作成します。
(継承元 Object)
|
|
Scoped(Type, Func<IServiceProvider,Object>)
|
指定したservice、implementationFactory、およびScopedの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Scoped(Type, Type)
|
指定したserviceとimplementationTypeとScopedの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Scoped<TService,TImplementation>()
|
指定したTService、TImplementation、およびScopedの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Scoped<TService,TImplementation>(Func<IServiceProvider,TImplementation>)
|
指定したTService、TImplementation、implementationFactory、およびScoped有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Scoped<TService>(Func<IServiceProvider,TService>)
|
指定したTService、implementationFactory、およびScopedの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Singleton(Type, Func<IServiceProvider,Object>)
|
指定したserviceType、implementationFactory、およびSingletonの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Singleton(Type, Object)
|
指定したserviceType、implementationInstance、およびSingletonの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Singleton(Type, Type)
|
指定したserviceとimplementationTypeとSingletonの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Singleton<TService,TImplementation>()
|
指定したTService、TImplementation、およびSingletonの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Singleton<TService,TImplementation>(Func<IServiceProvider,TImplementation>)
|
指定したTService、TImplementation、implementationFactory、およびSingleton有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Singleton<TService>(Func<IServiceProvider,TService>)
|
指定したTService、implementationFactory、およびSingletonの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Singleton<TService>(TService)
|
指定したTService、implementationInstance、およびSingletonの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
ToString()
|
現在のオブジェクトを表す文字列を返します。
|
|
Transient(Type, Func<IServiceProvider,Object>)
|
指定したservice、implementationFactory、およびTransientの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Transient(Type, Type)
|
指定したserviceとimplementationTypeとTransientの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Transient<TService,TImplementation>()
|
指定したTService、TImplementation、およびTransientの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Transient<TService,TImplementation>(Func<IServiceProvider,TImplementation>)
|
指定したTService、TImplementation、implementationFactory、およびTransient有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|
|
Transient<TService>(Func<IServiceProvider,TService>)
|
指定したTService、implementationFactory、およびTransientの有効期間を使用して、ServiceDescriptorのインスタンスを作成します。
|