SizeNodeKind
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
The granularity level of a SizeNode in the size breakdown tree.
public enum SizeNodeKindFields
Section titled “Fields”Assembly
Section titled “Assembly”Root node representing an entire assembly.
Returns: SizeNodeKind
Assembly = 0Method
Section titled “Method”Node representing a method within a type.
Returns: SizeNodeKind
Method = 3Namespace
Section titled “Namespace”Node representing a namespace within an assembly.
Returns: SizeNodeKind
Namespace = 1Node representing a type within a namespace.
Returns: SizeNodeKind
Type = 2