C# 클래스 Versionr.Commands.RemoteCommand

상속: BaseCommand
파일 보기 프로젝트 열기: eatplayhate/versionr

공개 메소드들

메소드 설명
Run ( System workingDirectory, object options ) : bool

보호된 메소드들

메소드 설명
RunInternal ( Client client, RemoteCommandVerbOptions options ) : bool

비공개 메소드들

메소드 설명
TryParseRemoteName ( string name ) : Tuple

메소드 상세

Run() 공개 메소드

public Run ( System workingDirectory, object options ) : bool
workingDirectory System
options object
리턴 bool

RunInternal() 보호된 추상적인 메소드

protected abstract RunInternal ( Client client, RemoteCommandVerbOptions options ) : bool
client Versionr.Network.Client
options RemoteCommandVerbOptions
리턴 bool