Skip to content

ServiceDescriptorScanReport Class

Definition

Contains the registrations produced by a service descriptor scan expression.

C#
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.

C#
public ServiceDescriptorScanReport(string SourceAssemblyName, string SourceExpression, ImmutableList<ServiceDescriptorAssemblyScanReportEntry> Entries)

Parameters

SourceAssemblyName string

SourceExpression string

Entries ImmutableList<ServiceDescriptorAssemblyScanReportEntry>

Properties

SourceAssemblyName

C#
public string SourceAssemblyName { get; init; }

SourceExpression

C#
public string SourceExpression { get; init; }

Entries

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