Click or drag to resize
Ab4d.SharpEngine logo

HeapAllocatorGetReportString Method

[Missing <summary> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.GetReportString(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]


Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public string GetReportString(
	int tableRowsCount = 8,
	int tableColumnsCount = 64,
	bool dumpUsageTable = true,
	bool dumpBlocksCountTable = false,
	bool dumpAllBlocks = true,
	bool writeOffsetForEachBlock = true,
	int indent = 0
)

Parameters

tableRowsCount  Int32  (Optional)

[Missing <param name="tableRowsCount"/> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.GetReportString(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

tableColumnsCount  Int32  (Optional)

[Missing <param name="tableColumnsCount"/> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.GetReportString(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

dumpUsageTable  Boolean  (Optional)

[Missing <param name="dumpUsageTable"/> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.GetReportString(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

dumpBlocksCountTable  Boolean  (Optional)

[Missing <param name="dumpBlocksCountTable"/> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.GetReportString(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

dumpAllBlocks  Boolean  (Optional)

[Missing <param name="dumpAllBlocks"/> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.GetReportString(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

writeOffsetForEachBlock  Boolean  (Optional)

[Missing <param name="writeOffsetForEachBlock"/> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.GetReportString(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

indent  Int32  (Optional)

[Missing <param name="indent"/> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.GetReportString(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

Return Value

String

[Missing <returns> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.GetReportString(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.HeapAllocator.GetReportString(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

See Also