Метод | Описание | |
---|---|---|
TrimAllProcessMemory ( bool excludeThisProcess = true, string excludeProcessNames = null ) : void |
시스템에서 실행중인 모든 프로세스에 대해, 사용하지 않는 WorkingSet 메모리를 OS에게 반환하도록 합니다.
|
|
TrimProcessMemory ( |
지정된 프로세스의 사용하지 않는 WorkingSet 메모리를 OS에게 반환하도록 합니다.
|
Метод | Описание | |
---|---|---|
EmptyWorkingSet ( long hProcess ) : bool |
public static TrimAllProcessMemory ( bool excludeThisProcess = true, string excludeProcessNames = null ) : void | ||
excludeThisProcess | bool | 현재 프로세스를 제외할 것인가 여부 (기본값은 제외) |
excludeProcessNames | string | 메모리 반환을 하지 않을 프로세스 명의 컬렉션 |
Результат | void |
public static TrimProcessMemory ( |
||
process | 메모리 해제를 할 프로세스 | |
Результат | bool |