C# Class DXVcs2Git.GitTools.DXVcs2Git_GitToolsPackage

Inheritance: Package
显示文件 Open project: Xarlot/DXVcs2Git Class Usage Examples

Public Methods

Method Description
DXVcs2Git_GitToolsPackage ( ) : System

Initializes a new instance of the DXVcs2Git_GitToolsPackage class.

ShowMergeRequestUI ( ) : void
ShowOptionsUI ( ) : void

Protected Methods

Method Description
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.

Private Methods

Method Description
CalcGitRepoPath ( ) : string
FindGitDir ( string dirPath ) : string

Method Details

DXVcs2Git_GitToolsPackage() public method

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

GetService() protected method

protected GetService ( Type serviceType ) : object
serviceType System.Type
return object

Initialize() protected method

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
return void

ShowMergeRequestUI() public method

public ShowMergeRequestUI ( ) : void
return void

ShowOptionsUI() public method

public ShowOptionsUI ( ) : void
return void