Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Binarysharp
Benchmark
Components
GcMemoryOptimizer
C# 클래스 Binarysharp.Benchmark.Components.GcMemoryOptimizer
Class that optimizes the memory of the current process by running the Garbage Collector.
상속:
IMemoryOptimizer
파일 보기
프로젝트 열기: ZenLulz/BenchShark
공개 메소드들
메소드
설명
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