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éthode | Description | |
---|---|---|
GetRegistryValue ( |
protected GetRegistryValue ( |
||
root | ||
subkey | string | |
key | string | |
Résultat | string |
public abstract IsEnabled ( DTE2 application ) : bool | ||
application | DTE2 | |
Résultat | bool |
public abstract OnCommand ( DTE2 application, OutputWindowPane pane ) : void | ||
application | DTE2 | |
pane | OutputWindowPane | |
Résultat | void |
public static Run ( string cmd, string arguments ) : void | ||
cmd | string | |
arguments | string | |
Résultat | void |
public RunGitEx ( string command, string filename ) : void | ||
command | string | |
filename | string | |
Résultat | void |