C# 클래스 GUI.Utils.FileExtensions

파일 보기 프로젝트 열기: SteamDatabase/ValveResourceFormat

공개 메소드들

메소드 설명
ClearCache ( ) : void
LoadFileByAnyMeansNecessary ( string file, string currentFullPath, ValveResourceFormat.Package currentPackage ) : Resource
ToFileSizeString ( this byteCount ) : string

비공개 메소드들

메소드 설명
FindResourcePath ( IList paths, string file, string currentFullPath = null ) : string

메소드 상세

ClearCache() 공개 정적인 메소드

public static ClearCache ( ) : void
리턴 void

LoadFileByAnyMeansNecessary() 공개 정적인 메소드

public static LoadFileByAnyMeansNecessary ( string file, string currentFullPath, ValveResourceFormat.Package currentPackage ) : Resource
file string
currentFullPath string
currentPackage ValveResourceFormat.Package
리턴 ValveResourceFormat.Resource

ToFileSizeString() 공개 정적인 메소드

public static ToFileSizeString ( this byteCount ) : string
byteCount this
리턴 string