C# 클래스 CSPspEmu.Gui.Winforms.GameList

파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultIcon byte[]
Entries List

공개 메소드들

메소드 설명
GetHash ( string IsoFile ) : String
HandleIso ( string IsoFile ) : GameEntry
ScanPath ( string Folder, string CacheFolder, int MaxCount = int.MaxValue ) : void

비공개 메소드들

메소드 설명
FillGameEntryFromSfo ( GameEntry Entry, Psf ParamSfo ) : void

메소드 상세

GetHash() 공개 정적인 메소드

public static GetHash ( string IsoFile ) : String
IsoFile string
리턴 String

HandleIso() 공개 정적인 메소드

public static HandleIso ( string IsoFile ) : GameEntry
IsoFile string
리턴 GameEntry

ScanPath() 공개 메소드

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

프로퍼티 상세

DefaultIcon 공개적으로 정적으로 프로퍼티

public static byte[] DefaultIcon
리턴 byte[]

Entries 공개적으로 프로퍼티

public List Entries
리턴 List