ServiceDescriptorScanReport Class
Definition
Contains the registrations produced by a service descriptor scan expression.
public sealed record ServiceDescriptorScanReport : IEquatable<ServiceDescriptorScanReport>Inheritance object
Implements IEquatable<ServiceDescriptorScanReport>
Constructors
ServiceDescriptorScanReport(string, string, ImmutableList<ServiceDescriptorAssemblyScanReportEntry>)
Contains the registrations produced by a service descriptor scan expression.
public ServiceDescriptorScanReport(string SourceAssemblyName, string SourceExpression, ImmutableList<ServiceDescriptorAssemblyScanReportEntry> Entries)Parameters
SourceAssemblyName string
SourceExpression string
Entries ImmutableList<ServiceDescriptorAssemblyScanReportEntry>
Properties
SourceAssemblyName
public string SourceAssemblyName { get; init; }SourceExpression
public string SourceExpression { get; init; }Entries
public ImmutableList<ServiceDescriptorAssemblyScanReportEntry> Entries { get; init; }
