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 GraphNodeKindFields
Section titled “Fields”Assembly
Section titled “Assembly”A managed assembly, identified by its full assembly identity.
Returns: GraphNodeKind
Assembly = 0NativeImport
Section titled “NativeImport”A native module the binary imports (for example kernel32.dll).
Returns: GraphNodeKind
NativeImport = 1