C# Class CSPspEmu.Gui.Winforms.GameList

Exibir arquivo Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
DefaultIcon byte[]
Entries List

Public Methods

Method Description
GetHash ( string IsoFile ) : String
HandleIso ( string IsoFile ) : GameEntry
ScanPath ( string Folder, string CacheFolder, int MaxCount = int.MaxValue ) : void

Private Methods

Method Description
FillGameEntryFromSfo ( GameEntry Entry, Psf ParamSfo ) : void

Method Details

GetHash() public static method

public static GetHash ( string IsoFile ) : String
IsoFile string
return String

HandleIso() public static method

public static HandleIso ( string IsoFile ) : GameEntry
IsoFile string
return GameEntry

ScanPath() public method

public ScanPath ( string Folder, string CacheFolder, int MaxCount = int.MaxValue ) : void
Folder string
CacheFolder string
MaxCount int
return void

Property Details

DefaultIcon public_oe static_oe property

public static byte[] DefaultIcon
return byte[]

Entries public_oe property

public List Entries
return List