C# 클래스 SnakeBite.Tools

파일 보기 프로젝트 열기: topher-au/SnakeBite 1 사용 예제들

공개 메소드들

메소드 설명
ReadMetaData ( string ModFile ) : SnakeBite.ModEntry
ToQarPath ( string Path ) : string
ToWinPath ( string Path ) : string

비공개 메소드들

메소드 설명
CompareHashes ( string File1, string File2 ) : bool
CompareNames ( string File1, string File2 ) : bool
GetMd5Hash ( string FileName ) : string
IsValidFile ( string FilePath ) : bool
NameToHash ( string FileName ) : ulong

메소드 상세

ReadMetaData() 공개 정적인 메소드

public static ReadMetaData ( string ModFile ) : SnakeBite.ModEntry
ModFile string
리턴 SnakeBite.ModEntry

ToQarPath() 공개 정적인 메소드

public static ToQarPath ( string Path ) : string
Path string
리턴 string

ToWinPath() 공개 정적인 메소드

public static ToWinPath ( string Path ) : string
Path string
리턴 string