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>Inheritance
Section titled “Inheritance”Object → AssemblyOpenResult → AssemblyOpenResult.Direct
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Direct(AssemblyAnalyzer)
Section titled “Direct(AssemblyAnalyzer)”Direct load — the file is a .dll or .exe with metadata, or a native binary with no metadata (NativeAOT, unknown format).
Parameters:
Analyzer(AssemblyAnalyzer): The analyzer for the opened file.
public Direct(AssemblyAnalyzer Analyzer)Properties
Section titled “Properties”Analyzer
Section titled “Analyzer”The analyzer for the opened file.
Returns: AssemblyAnalyzer
public AssemblyAnalyzer Analyzer { get; init; }