C# 클래스 InstallerUI.Util

파일 보기 프로젝트 열기: alex8b/gta5eyetracking

공개 메소드들

메소드 설명
DirectoryCopy ( string sourceDirName, string destDirName, bool copySubDirs, bool overwrite, bool backup, IEnumerable skipFiles ) : void
GetDownloadsPath ( ) : string
GetGtaInstallPathFromRegistry ( ) : string
IsValidGtaFolder ( string gtaPath ) : bool
Log ( string message ) : void
ReadWebPageContent ( string urlAddress ) : string
TryGetFileVersion ( string filePath, System.Version &fileVersion ) : bool

메소드 상세

DirectoryCopy() 공개 정적인 메소드

public static DirectoryCopy ( string sourceDirName, string destDirName, bool copySubDirs, bool overwrite, bool backup, IEnumerable skipFiles ) : void
sourceDirName string
destDirName string
copySubDirs bool
overwrite bool
backup bool
skipFiles IEnumerable
리턴 void

GetDownloadsPath() 공개 정적인 메소드

public static GetDownloadsPath ( ) : string
리턴 string

GetGtaInstallPathFromRegistry() 공개 정적인 메소드

public static GetGtaInstallPathFromRegistry ( ) : string
리턴 string

IsValidGtaFolder() 공개 정적인 메소드

public static IsValidGtaFolder ( string gtaPath ) : bool
gtaPath string
리턴 bool

Log() 공개 정적인 메소드

public static Log ( string message ) : void
message string
리턴 void

ReadWebPageContent() 공개 정적인 메소드

public static ReadWebPageContent ( string urlAddress ) : string
urlAddress string
리턴 string

TryGetFileVersion() 공개 정적인 메소드

public static TryGetFileVersion ( string filePath, System.Version &fileVersion ) : bool
filePath string
fileVersion System.Version
리턴 bool