C# Class GitPlugin.Commands.CommandBase

Afficher le fichier Open project: bleis-tift/gitextensions

Méthodes publiques

Méthode Description
IsEnabled ( DTE2 application ) : bool
OnCommand ( DTE2 application, OutputWindowPane pane ) : void
Run ( string cmd, string arguments ) : void
RunGitEx ( string command, string filename ) : void

Méthodes protégées

Méthode Description
GetRegistryValue ( RegistryKey root, string subkey, string key ) : string

Method Details

GetRegistryValue() protected méthode

protected GetRegistryValue ( RegistryKey root, string subkey, string key ) : string
root Microsoft.Win32.RegistryKey
subkey string
key string
Résultat string

IsEnabled() public abstract méthode

public abstract IsEnabled ( DTE2 application ) : bool
application DTE2
Résultat bool

OnCommand() public abstract méthode

public abstract OnCommand ( DTE2 application, OutputWindowPane pane ) : void
application DTE2
pane OutputWindowPane
Résultat void

Run() public static méthode

public static Run ( string cmd, string arguments ) : void
cmd string
arguments string
Résultat void

RunGitEx() public méthode

public RunGitEx ( string command, string filename ) : void
command string
filename string
Résultat void