C# Класс Binarysharp.Benchmark.Components.GcMemoryOptimizer

Class that optimizes the memory of the current process by running the Garbage Collector.
Наследование: IMemoryOptimizer
Показать файл Открыть проект

Открытые методы

Метод Описание
OptimizeMemory ( ) : void

Optimizes the memory of the current process by forcing a garbage collection.

Описание методов

OptimizeMemory() публичный Метод

Optimizes the memory of the current process by forcing a garbage collection.
public OptimizeMemory ( ) : void
Результат void