Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Binarysharp
Benchmark
Components
GcMemoryOptimizer
C# Class Binarysharp.Benchmark.Components.GcMemoryOptimizer
Class that optimizes the memory of the current process by running the Garbage Collector.
Inheritance:
IMemoryOptimizer
Afficher le fichier
Open project: ZenLulz/BenchShark
Méthodes publiques
Méthode
Description
OptimizeMemory
( ) :
void
Optimizes the memory of the current process by forcing a garbage collection.
Method Details
OptimizeMemory()
public
méthode
Optimizes the memory of the current process by forcing a garbage collection.
public
OptimizeMemory
( ) :
void
Résultat
void