ServiceDescriptorAssemblyScanReportEntry Class
Definition
Contains the registrations produced from one scanned assembly.
public sealed record ServiceDescriptorAssemblyScanReportEntry : IEquatable<ServiceDescriptorAssemblyScanReportEntry>Inheritance object
Implements IEquatable<ServiceDescriptorAssemblyScanReportEntry>
Constructors
ServiceDescriptorAssemblyScanReportEntry(string, ImmutableList<ServiceDescriptorScanReportEntry>)
Contains the registrations produced from one scanned assembly.
public ServiceDescriptorAssemblyScanReportEntry(string AssemblyName, ImmutableList<ServiceDescriptorScanReportEntry> Entries)Parameters
AssemblyName string
Entries ImmutableList<ServiceDescriptorScanReportEntry>
Properties
AssemblyName
public string AssemblyName { get; init; }Entries
public ImmutableList<ServiceDescriptorScanReportEntry> Entries { get; init; }
