C# Class GUI.Utils.FileExtensions

Mostrar archivo Open project: SteamDatabase/ValveResourceFormat

Public Methods

Method Description
ClearCache ( ) : void
LoadFileByAnyMeansNecessary ( string file, string currentFullPath, ValveResourceFormat.Package currentPackage ) : Resource
ToFileSizeString ( this byteCount ) : string

Private Methods

Method Description
FindResourcePath ( IList paths, string file, string currentFullPath = null ) : string

Method Details

ClearCache() public static method

public static ClearCache ( ) : void
return void

LoadFileByAnyMeansNecessary() public static method

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

ToFileSizeString() public static method

public static ToFileSizeString ( this byteCount ) : string
byteCount this
return string