C# 클래스 GameLoader.IO.GameAdder

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

공개 메소드들

메소드 설명
AddGame ( DirectoryInfo d, string name ) : void
AddGames ( string gamePaths ) : void

보호된 메소드들

메소드 설명
OnDataReady ( string path, long size, int count, string name ) : void

비공개 메소드들

메소드 설명
AddABunchOfGames ( object sender, DoWorkEventArgs args ) : void
GetFileData ( object sender, DoWorkEventArgs doWorkEventArgs ) : void

Count the number of files and the total size of the directory

메소드 상세

AddGame() 공개 메소드

public AddGame ( DirectoryInfo d, string name ) : void
d System.IO.DirectoryInfo
name string
리턴 void

AddGames() 공개 메소드

public AddGames ( string gamePaths ) : void
gamePaths string
리턴 void

OnDataReady() 보호된 메소드

protected OnDataReady ( string path, long size, int count, string name ) : void
path string
size long
count int
name string
리턴 void