Click or drag to resize
AB4D logo

DXResourcesTrackerGetTrackedResourcesReport Method

Gets a formatted string with tracked resources.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public string GetTrackedResourcesReport(
	bool showFullTypeName = true
)

Parameters

showFullTypeName  Boolean  (Optional)
If true than type namespace will be also added to type name

Return Value

String
formatted string with tracked resources
See Also