Reduce the memory usage with or without a Garbage Collect.
Namespace:
Devolutions.UtilsAssembly: 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