C# 클래스 DXVcs2Git.GitTools.DXVcs2Git_GitToolsPackage

상속: Package
파일 보기 프로젝트 열기: Xarlot/DXVcs2Git 1 사용 예제들

공개 메소드들

메소드 설명
DXVcs2Git_GitToolsPackage ( ) : System

Initializes a new instance of the DXVcs2Git_GitToolsPackage class.

ShowMergeRequestUI ( ) : void
ShowOptionsUI ( ) : void

보호된 메소드들

메소드 설명
GetService ( Type serviceType ) : object
Initialize ( ) : void

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.

비공개 메소드들

메소드 설명
CalcGitRepoPath ( ) : string
FindGitDir ( string dirPath ) : string

메소드 상세

DXVcs2Git_GitToolsPackage() 공개 메소드

Initializes a new instance of the DXVcs2Git_GitToolsPackage class.
public DXVcs2Git_GitToolsPackage ( ) : System
리턴 System

GetService() 보호된 메소드

protected GetService ( Type serviceType ) : object
serviceType System.Type
리턴 object

Initialize() 보호된 메소드

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.
protected Initialize ( ) : void
리턴 void

ShowMergeRequestUI() 공개 메소드

public ShowMergeRequestUI ( ) : void
리턴 void

ShowOptionsUI() 공개 메소드

public ShowOptionsUI ( ) : void
리턴 void