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>Inheritance
Section titled “Inheritance”Object → AssemblyOpenResult → AssemblyOpenResult.NativeAot
Implements
Section titled “Implements”Constructors
Section titled “Constructors”NativeAot(AssemblyAnalyzer)
Section titled “NativeAot(AssemblyAnalyzer)”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)Properties
Section titled “Properties”Analyzer
Section titled “Analyzer”The analyzer for the Native AOT binary (no metadata).
Returns: AssemblyAnalyzer
public AssemblyAnalyzer Analyzer { get; init; }