ServiceDescriptor Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Описывает тип, реализацию и время существования службы.
public ref class ServiceDescriptor
public class ServiceDescriptor
type ServiceDescriptor = class
Public Class ServiceDescriptor
- Наследование
-
ServiceDescriptor
Конструкторы
ServiceDescriptor(Type, Func<IServiceProvider,Object>, ServiceLifetime) |
Инициализирует новый экземпляр ServiceDescriptor с указанным |
ServiceDescriptor(Type, Object) |
Инициализирует новый экземпляр ServiceDescriptor с заданным значением |
ServiceDescriptor(Type, Object, Func<IServiceProvider,Object,Object>, ServiceLifetime) |
Инициализирует новый экземпляр ServiceDescriptor с указанным |
ServiceDescriptor(Type, Object, Object) |
Инициализирует новый экземпляр ServiceDescriptor с заданным значением |
ServiceDescriptor(Type, Object, Type, ServiceLifetime) |
Инициализирует новый экземпляр ServiceDescriptor с указанным |
ServiceDescriptor(Type, Type, ServiceLifetime) |
Инициализирует новый экземпляр ServiceDescriptor с указанным |
Свойства
ImplementationFactory |
Возвращает фабрику, используемую для создания экземпляров службы. |
ImplementationInstance |
Возвращает экземпляр, реализующий службу. |
ImplementationType |
Возвращает объект , Type реализующий службу. |
IsKeyedService |
Возвращает значение, указывающее, является ли служба службой с ключом. |
KeyedImplementationFactory |
Возвращает фабрику, используемую для создания экземпляров службы с ключами. |
KeyedImplementationInstance |
Возвращает экземпляр, реализующий службу. |
KeyedImplementationType |
Возвращает объект , Type реализующий службу. |
Lifetime |
Возвращает объект ServiceLifetime службы. |
ServiceKey |
Получите ключ службы, если это применимо. |
ServiceType |
Возвращает объект Type службы. |
Методы
Describe(Type, Func<IServiceProvider,Object>, ServiceLifetime) |
Создает экземпляр ServiceDescriptor с указанными |
Describe(Type, Type, ServiceLifetime) |
Создает экземпляр ServiceDescriptor с указанными |
DescribeKeyed(Type, Object, Func<IServiceProvider,Object,Object>, ServiceLifetime) |
Создает экземпляр ServiceDescriptor с указанными |
DescribeKeyed(Type, Object, Type, ServiceLifetime) |
Создает экземпляр ServiceDescriptor с указанными |
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту. (Унаследовано от Object) |
GetHashCode() |
Служит хэш-функцией по умолчанию. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра. (Унаследовано от Object) |
KeyedScoped(Type, Object, Func<IServiceProvider,Object,Object>) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedScoped(Type, Object, Type) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedScoped<TService,TImplementation>(Object) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedScoped<TService,TImplementation>(Object, Func<IServiceProvider,Object,TImplementation>) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedScoped<TService>(Object, Func<IServiceProvider,Object,TService>) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedSingleton(Type, Object, Func<IServiceProvider,Object,Object>) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedSingleton(Type, Object, Object) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedSingleton(Type, Object, Type) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedSingleton<TService,TImplementation>(Object) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedSingleton<TService,TImplementation>(Object, Func<IServiceProvider,Object,TImplementation>) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedSingleton<TService>(Object, Func<IServiceProvider,Object,TService>) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedSingleton<TService>(Object, TService) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedTransient(Type, Object, Func<IServiceProvider,Object,Object>) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedTransient(Type, Object, Type) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedTransient<TService,TImplementation>(Object) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedTransient<TService,TImplementation>(Object, Func<IServiceProvider,Object,TImplementation>) |
Создает экземпляр ServiceDescriptor с указанными |
KeyedTransient<TService>(Object, Func<IServiceProvider,Object,TService>) |
Создает экземпляр ServiceDescriptor с указанными |
MemberwiseClone() |
Создает неполную копию текущего объекта Object. (Унаследовано от Object) |
Scoped(Type, Func<IServiceProvider,Object>) |
Создает экземпляр ServiceDescriptor с указанными |
Scoped(Type, Type) |
Создает экземпляр ServiceDescriptor с указанными |
Scoped<TService,TImplementation>() |
Создает экземпляр ServiceDescriptor с указанными |
Scoped<TService,TImplementation>(Func<IServiceProvider,TImplementation>) |
Создает экземпляр ServiceDescriptor с указанными |
Scoped<TService>(Func<IServiceProvider,TService>) |
Создает экземпляр ServiceDescriptor с указанными |
Singleton(Type, Func<IServiceProvider,Object>) |
Создает экземпляр ServiceDescriptor с указанными |
Singleton(Type, Object) |
Создает экземпляр ServiceDescriptor с указанными |
Singleton(Type, Type) |
Создает экземпляр ServiceDescriptor с указанными |
Singleton<TService,TImplementation>() |
Создает экземпляр ServiceDescriptor с указанными |
Singleton<TService,TImplementation>(Func<IServiceProvider,TImplementation>) |
Создает экземпляр ServiceDescriptor с указанными |
Singleton<TService>(Func<IServiceProvider,TService>) |
Создает экземпляр ServiceDescriptor с указанными |
Singleton<TService>(TService) |
Создает экземпляр ServiceDescriptor с указанными |
ToString() |
Возвращает строку, представляющую текущий объект. |
Transient(Type, Func<IServiceProvider,Object>) |
Создает экземпляр ServiceDescriptor с указанными |
Transient(Type, Type) |
Создает экземпляр ServiceDescriptor с указанными |
Transient<TService,TImplementation>() |
Создает экземпляр ServiceDescriptor с указанными |
Transient<TService,TImplementation>(Func<IServiceProvider,TImplementation>) |
Создает экземпляр ServiceDescriptor с указанными |
Transient<TService>(Func<IServiceProvider,TService>) |
Создает экземпляр ServiceDescriptor с указанными |