Skip to content

AssemblyOpenResult.NativeAot

Namespace: Dotsider.Core.Analysis.Models

Assembly: Dotsider.Core.dll

The file is a Native AOT compiled .NET binary: a valid PE, ELF, or Mach-O with no COR header whose image embeds a validated ReadyToRun header. No metadata is available, but PE structure, native import/export/load-config directories, and raw strings are.

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

ObjectAssemblyOpenResultAssemblyOpenResult.NativeAot

The file is a Native AOT compiled .NET binary: a valid PE, ELF, or Mach-O with no COR header whose image embeds a validated ReadyToRun header. No metadata is available, but PE structure, native import/export/load-config directories, and raw strings are.

Parameters:

  • Analyzer (AssemblyAnalyzer): The analyzer for the Native AOT binary (no metadata).
public NativeAot(AssemblyAnalyzer Analyzer)

The analyzer for the Native AOT binary (no metadata).

Returns: AssemblyAnalyzer

public AssemblyAnalyzer Analyzer { get; init; }