Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
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
ファイルを表示
Open project: ZenLulz/BenchShark
Public Methods
Method
Description
OptimizeMemory
( ) :
void
Optimizes the memory of the current process by forcing a garbage collection.
Method Details
OptimizeMemory()
public
method
Optimizes the memory of the current process by forcing a garbage collection.
public
OptimizeMemory
( ) :
void
return
void