ServiceDescriptorScanReportEntry Class
Definition
Describes one service descriptor produced by a service descriptor scan.
public sealed record ServiceDescriptorScanReportEntry : IEquatable<ServiceDescriptorScanReportEntry>Inheritance object
Implements IEquatable<ServiceDescriptorScanReportEntry>
Constructors
ServiceDescriptorScanReportEntry(ServiceLifetime, string, string)
Describes one service descriptor produced by a service descriptor scan.
public ServiceDescriptorScanReportEntry(ServiceLifetime ServiceLifetime, string ServiceTypeName, string ImplementationTypeName)Parameters
ServiceLifetime ServiceLifetime
ServiceTypeName string
ImplementationTypeName string
Properties
ServiceLifetime
public ServiceLifetime ServiceLifetime { get; init; }ServiceTypeName
public string ServiceTypeName { get; init; }ImplementationTypeName
public string ImplementationTypeName { get; init; }
