C# 클래스 Hawkeye.UI.MainControl

The main Hawkeye UI control.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: odalet/Hawkeye2 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BuildCurrentWindowInfo void
CanExecuteAction bool
Dump void
FillControlInfo void
GetFileName string
HandleDotNetPropertyGridAction void
InitializeComponent void
RefreshDotNetPropertyGridActions void
dumpButton_Click void

공개 메소드들

메소드 설명
MainControl ( ) : System

Initializes a new instance of the MainControl class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentInfoChanged ( ) : void
OnLoad ( EventArgs e ) : void

Raises the E:System.Windows.Forms.UserControl.Load event.

비공개 메소드들

메소드 설명
BuildCurrentWindowInfo ( IntPtr hwnd ) : void
CanExecuteAction ( DotNetPropertyGridAction action ) : bool
Dump ( ) : void

Dumps the currently selected window information.

FillControlInfo ( IControlInfo controlInfo ) : void
GetFileName ( ) : string

Gets the name of the file to save log to.

HandleDotNetPropertyGridAction ( DotNetPropertyGridAction action ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RefreshDotNetPropertyGridActions ( ) : void
dumpButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the dumpButton control.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

MainControl() 공개 메소드

Initializes a new instance of the MainControl class.
public MainControl ( ) : System
리턴 System

OnCurrentInfoChanged() 보호된 메소드

protected OnCurrentInfoChanged ( ) : void
리턴 void

OnLoad() 보호된 메소드

Raises the E:System.Windows.Forms.UserControl.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
리턴 void