C# Class DXVcs2Git.GitTools.DXVcs2Git_GitToolsPackage

Inheritance: Package
Afficher le fichier Open project: Xarlot/DXVcs2Git Class Usage Examples

Méthodes publiques

Méthode Description
DXVcs2Git_GitToolsPackage ( ) : System

Initializes a new instance of the DXVcs2Git_GitToolsPackage class.

ShowMergeRequestUI ( ) : void
ShowOptionsUI ( ) : void

Méthodes protégées

Méthode 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

Méthode Description
CalcGitRepoPath ( ) : string
FindGitDir ( string dirPath ) : string

Method Details

DXVcs2Git_GitToolsPackage() public méthode

Initializes a new instance of the DXVcs2Git_GitToolsPackage class.
public DXVcs2Git_GitToolsPackage ( ) : System
Résultat System

GetService() protected méthode

protected GetService ( Type serviceType ) : object
serviceType System.Type
Résultat object

Initialize() protected méthode

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
Résultat void

ShowMergeRequestUI() public méthode

public ShowMergeRequestUI ( ) : void
Résultat void

ShowOptionsUI() public méthode

public ShowOptionsUI ( ) : void
Résultat void