C# 클래스 PluginTestbed.TortoiseSvnPlugin.TortoiseSvnManager

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
PerformCleanup ( ) : void
PerformSvnCommit ( ) : void
PerformSvnUpdate ( ) : void
RemoveFromVersionControl ( string file ) : void
SeeLogFor ( string file ) : void

비공개 메소드들

메소드 설명
CallProcessWithArguments ( string processFileName, string arguments, bool showWindow ) : Process
CallProcessWithArguments ( string processFileName, string arguments ) : void
CallTortoiseProcessWithArguments ( string arguments ) : void
CallTortoiseProcessWithArguments ( string arguments, bool showWindow ) : void

메소드 상세

PerformCleanup() 공개 메소드

public PerformCleanup ( ) : void
리턴 void

PerformSvnCommit() 공개 메소드

public PerformSvnCommit ( ) : void
리턴 void

PerformSvnUpdate() 공개 메소드

public PerformSvnUpdate ( ) : void
리턴 void

RemoveFromVersionControl() 공개 메소드

public RemoveFromVersionControl ( string file ) : void
file string
리턴 void

SeeLogFor() 공개 메소드

public SeeLogFor ( string file ) : void
file string
리턴 void