C# Class CSPspEmu.Gui.Winforms.GameList

Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultIcon byte[]
Entries List

Méthodes publiques

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

Private Methods

Méthode Description
FillGameEntryFromSfo ( GameEntry Entry, Psf ParamSfo ) : void

Method Details

GetHash() public static méthode

public static GetHash ( string IsoFile ) : String
IsoFile string
Résultat String

HandleIso() public static méthode

public static HandleIso ( string IsoFile ) : GameEntry
IsoFile string
Résultat GameEntry

ScanPath() public méthode

public ScanPath ( string Folder, string CacheFolder, int MaxCount = int.MaxValue ) : void
Folder string
CacheFolder string
MaxCount int
Résultat void

Property Details

DefaultIcon public_oe static_oe property

public static byte[] DefaultIcon
Résultat byte[]

Entries public_oe property

public List Entries
Résultat List