C# 클래스 PoshInternals.SystemCache

파일 보기 프로젝트 열기: adamdriscoll/PoshInternals

공개 메소드들

메소드 설명
GetFlags ( ) : int
GetMaxFileCacheSize ( ) : uint
GetMinFileCacheSize ( ) : uint
SetCacheFileSize ( uint min, uint max, int flags ) : void

메소드 상세

GetFlags() 공개 정적인 메소드

public static GetFlags ( ) : int
리턴 int

GetMaxFileCacheSize() 공개 정적인 메소드

public static GetMaxFileCacheSize ( ) : uint
리턴 uint

GetMinFileCacheSize() 공개 정적인 메소드

public static GetMinFileCacheSize ( ) : uint
리턴 uint

SetCacheFileSize() 공개 정적인 메소드

public static SetCacheFileSize ( uint min, uint max, int flags ) : void
min uint
max uint
flags int
리턴 void