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