Click or drag to resize

IMemoryUsageGetManagedBytesUsed Method

[Missing <summary> documentation for "M:Demo3D.Common.IMemoryUsage.GetManagedBytesUsed(System.Boolean)"]

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntax
C#
long GetManagedBytesUsed(
	bool forceFullCollection = true
)

Parameters

forceFullCollection (Optional)
Type: SystemBoolean

[Missing <param name="forceFullCollection"/> documentation for "M:Demo3D.Common.IMemoryUsage.GetManagedBytesUsed(System.Boolean)"]

Return Value

Type: Int64

[Missing <returns> documentation for "M:Demo3D.Common.IMemoryUsage.GetManagedBytesUsed(System.Boolean)"]

See Also