C# Класс Hawkeye.UI.MainControl

The main Hawkeye UI control.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

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