Skip to content

AssemblyOpenResult.Direct

Namespace: Dotsider.Core.Analysis.Models

Assembly: Dotsider.Core.dll

Direct load — the file is a .dll or .exe with metadata, or a native binary with no metadata (NativeAOT, unknown format).

public sealed record AssemblyOpenResult.Direct : AssemblyOpenResult, IEquatable<AssemblyOpenResult>, IEquatable<AssemblyOpenResult.Direct>

ObjectAssemblyOpenResultAssemblyOpenResult.Direct

Direct load — the file is a .dll or .exe with metadata, or a native binary with no metadata (NativeAOT, unknown format).

Parameters:

public Direct(AssemblyAnalyzer Analyzer)

The analyzer for the opened file.

Returns: AssemblyAnalyzer

public AssemblyAnalyzer Analyzer { get; init; }