C# 클래스 FilesFinder2.FilesFinder

파일 보기 프로젝트 열기: ZeroK-RTS/SpringRTS-Tools 1 사용 예제들

공개 메소드들

메소드 설명
CopyTo ( string destination ) : string
FilesFinder ( string unitName, ModInfo mod ) : System
FixPath ( string path ) : string
GetS3oTextures ( string filepath ) : IEnumerable
Print ( ) : void

비공개 메소드들

메소드 설명
CopyFile ( string filePath, string destinationFolder ) : void
CopyFiles ( IEnumerable filePaths, string destinationFolder ) : void
FilesFinder ( ) : System
Get3doTextures ( string filePath ) : IEnumerable
GetS3oTexture ( BinaryReader br, int start, int end ) : string
ProcessUnitFile ( ) : void

메소드 상세

CopyTo() 공개 메소드

public CopyTo ( string destination ) : string
destination string
리턴 string

FilesFinder() 공개 메소드

public FilesFinder ( string unitName, ModInfo mod ) : System
unitName string
mod ModInfo
리턴 System

FixPath() 공개 정적인 메소드

public static FixPath ( string path ) : string
path string
리턴 string

GetS3oTextures() 공개 정적인 메소드

public static GetS3oTextures ( string filepath ) : IEnumerable
filepath string
리턴 IEnumerable

Print() 공개 메소드

public Print ( ) : void
리턴 void