Skip to content

ServiceDescriptorAssemblyScanReportEntry Class

Definition

Contains the registrations produced from one scanned assembly.

C#
public sealed record ServiceDescriptorAssemblyScanReportEntry : IEquatable<ServiceDescriptorAssemblyScanReportEntry>

Inheritance object

Implements IEquatable<ServiceDescriptorAssemblyScanReportEntry>

Constructors

ServiceDescriptorAssemblyScanReportEntry(string, ImmutableList<ServiceDescriptorScanReportEntry>)

Contains the registrations produced from one scanned assembly.

C#
public ServiceDescriptorAssemblyScanReportEntry(string AssemblyName, ImmutableList<ServiceDescriptorScanReportEntry> Entries)

Parameters

AssemblyName string

Entries ImmutableList<ServiceDescriptorScanReportEntry>

Properties

AssemblyName

C#
public string AssemblyName { get; init; }

Entries

C#
public ImmutableList<ServiceDescriptorScanReportEntry> Entries { get; init; }