C# 클래스 GitPlugin.Commands.CommandBase

파일 보기 프로젝트 열기: bleis-tift/gitextensions

공개 메소드들

메소드 설명
IsEnabled ( DTE2 application ) : bool
OnCommand ( DTE2 application, OutputWindowPane pane ) : void
Run ( string cmd, string arguments ) : void
RunGitEx ( string command, string filename ) : void

보호된 메소드들

메소드 설명
GetRegistryValue ( RegistryKey root, string subkey, string key ) : string

메소드 상세

GetRegistryValue() 보호된 메소드

protected GetRegistryValue ( RegistryKey root, string subkey, string key ) : string
root Microsoft.Win32.RegistryKey
subkey string
key string
리턴 string

IsEnabled() 공개 추상적인 메소드

public abstract IsEnabled ( DTE2 application ) : bool
application DTE2
리턴 bool

OnCommand() 공개 추상적인 메소드

public abstract OnCommand ( DTE2 application, OutputWindowPane pane ) : void
application DTE2
pane OutputWindowPane
리턴 void

Run() 공개 정적인 메소드

public static Run ( string cmd, string arguments ) : void
cmd string
arguments string
리턴 void

RunGitEx() 공개 메소드

public RunGitEx ( string command, string filename ) : void
command string
filename string
리턴 void