C# 클래스 TrinityCore_Manager.TC.TrinityCoreRepository

파일 보기 프로젝트 열기: TrinityCore-Manager/TrinityCore-Manager-v3 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( string cloneTo, IProgress progress ) : Task
GetGitLocation ( ) : string
Pull ( string gitDir, IProgress progress ) : Task

메소드 상세

Clone() 공개 정적인 메소드

public static Clone ( string cloneTo, IProgress progress ) : Task
cloneTo string
progress IProgress
리턴 Task

GetGitLocation() 공개 정적인 메소드

public static GetGitLocation ( ) : string
리턴 string

Pull() 공개 정적인 메소드

public static Pull ( string gitDir, IProgress progress ) : Task
gitDir string
progress IProgress
리턴 Task