Click or drag to resize

NetMemoryDumpGetTopTypesAsText Method

Show first N types with maximal amount (occurrence count), ordered descending by Count.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public string GetTopTypesAsText(
	int top = 100
)

Parameters

top  Int32  (Optional)
 

Return Value

String
See Also