Skip to content

GraphNodeKind

Namespace: Dotsider.Core.Analysis.Models

Assembly: Dotsider.Core.dll

What a dependency-graph node represents. Managed graphs contain only assemblies; the Native AOT graph adds the binary’s native import modules.

public enum GraphNodeKind

A managed assembly, identified by its full assembly identity.

Returns: GraphNodeKind

Assembly = 0

A native module the binary imports (for example kernel32.dll).

Returns: GraphNodeKind

NativeImport = 1