Click or drag to resize
Ab4d.SharpEngine logo

HeapAllocatorGetUsedBlockNames Method

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


Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public string GetUsedBlockNames(
	bool showUnNamedBlocks = true,
	bool showBlockSize = false,
	string separator = ", "
)

Parameters

showUnNamedBlocks  Boolean  (Optional)

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

showBlockSize  Boolean  (Optional)

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

separator  String  (Optional)

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

Return Value

String

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

Remarks

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

See Also