C# 클래스 GitScc.UI.GitConsole

Interaction logic for GitConsole.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: jzoss/Git-Source-Control-Provider

공개 프로퍼티들

프로퍼티 타입 설명
workingDirectory string

공개 메소드들

메소드 설명
GitConsole ( ) : System

비공개 메소드들

메소드 설명
ChangePrompt ( string command, System.Windows.Media.Brush brush ) : void
Done ( ) : void
GetCommand ( ) : string
GetCommand ( int idx ) : void
GetOptions ( string command ) : IEnumerable
InsertText ( string text ) : void
IsCaretPositionValid ( ) : bool
ProcessInternalCommand ( string command ) : bool
ReplacePrompt ( object sender, EventArgs e ) : void
Run ( string command ) : void
RunCommand ( string command ) : void
RunConsoleCommand ( string command ) : void
ShowOptions ( string command ) : void
ShowWaring ( ) : void
UserControl_Loaded ( object sender, RoutedEventArgs e ) : void
WriteError ( string data ) : void
WriteHelp ( ) : void
WriteOutput ( string data ) : void
WritePrompt ( ) : void
WriteText ( string text, System.Windows.Media.Brush brush ) : void
lstOptions_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
lstOptions_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
richTextBox1_PreviewKeyDown ( object sender, KeyEventArgs e ) : void

메소드 상세

GitConsole() 공개 메소드

public GitConsole ( ) : System
리턴 System

프로퍼티 상세

workingDirectory 공개적으로 프로퍼티

public string workingDirectory
리턴 string