Reduce the memory usage with or without a Garbage Collect.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Sub FlushMemory ( _
	collectMemory As Boolean _
)
C#
public static void FlushMemory(
	bool collectMemory
)

Parameters

collectMemory
Type: System..::..Boolean

Return Value

See Also