Skip to content

SizeNodeKind

Namespace: Dotsider.Core.Analysis.Models

Assembly: Dotsider.Core.dll

The granularity level of a SizeNode in the size breakdown tree.

public enum SizeNodeKind

Root node representing an entire assembly.

Returns: SizeNodeKind

Assembly = 0

Node representing a method within a type.

Returns: SizeNodeKind

Method = 3

Node representing a namespace within an assembly.

Returns: SizeNodeKind

Namespace = 1

Node representing a type within a namespace.

Returns: SizeNodeKind

Type = 2