AssemblyScanReport Class
Definition
Contains the result of an assembly scan expression.
public sealed record AssemblyScanReport : IEquatable<AssemblyScanReport>Inheritance object
Implements IEquatable<AssemblyScanReport>
Constructors
AssemblyScanReport(string, string, ImmutableList<AssemblyScanReportEntry>)
Contains the result of an assembly scan expression.
public AssemblyScanReport(string SourceAssemblyName, string SourceExpression, ImmutableList<AssemblyScanReportEntry> Entries)Parameters
SourceAssemblyName string
SourceExpression string
Entries ImmutableList<AssemblyScanReportEntry>
Properties
SourceAssemblyName
public string SourceAssemblyName { get; init; }SourceExpression
public string SourceExpression { get; init; }Entries
public ImmutableList<AssemblyScanReportEntry> Entries { get; init; }
