Méthode | Description | |
---|---|---|
GetMenuMask ( ) : CommandFlags | ||
GetMenuMask ( string path ) : CommandFlags | ||
HasGitRepository ( string path ) : bool |
Méthode | Description | |
---|---|---|
CanExecute ( ) : bool | ||
GetSelectedPath ( ) : string | ||
GitCommand ( GitMenuPackage provider, |
||
GitCommand ( GitMenuPackage provider, int id, CommandFlags selection, string text ) : System |
public static GetMenuMask ( ) : CommandFlags | ||
Résultat | CommandFlags |
public static GetMenuMask ( string path ) : CommandFlags | ||
path | string | |
Résultat | CommandFlags |
protected static GetSelectedPath ( ) : string | ||
Résultat | string |
protected GitCommand ( GitMenuPackage provider, |
||
provider | GitMenuPackage | |
id | ||
selection | CommandFlags | |
text | string | |
Résultat | System |
protected GitCommand ( GitMenuPackage provider, int id, CommandFlags selection, string text ) : System | ||
provider | GitMenuPackage | |
id | int | |
selection | CommandFlags | |
text | string | |
Résultat | System |
public static HasGitRepository ( string path ) : bool | ||
path | string | |
Résultat | bool |