C# Класс proquota.Form1

Показать файл Открыть проект

Открытые методы

Метод Описание
Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
Form1 ( ) : System

Защищенные методы

Метод Описание
CreateHandle ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void
OnLoad ( EventArgs e ) : void

Приватные методы

Метод Описание
BalloonTipShown ( ) : void
Calculon ( ) : void
GetKernelObjectSecurity ( IntPtr Handle, int securityInformation, [ pSecurityDescriptor, uint nLength, uint &lpnLengthNeeded ) : bool
GetProcessSecurityDescriptor ( IntPtr processHandle ) : RawSecurityDescriptor
InitializeComponent ( ) : void

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

MessageBox ( IntPtr hWnd, String text, String caption, MessageBoxOptions options ) : uint
MouseOver ( Point mouse_point ) : void
MousePos ( ) : void
MsgBox ( string body, string title ) : void
OnBalloonTipShown ( object Sender, EventArgs e ) : void
OnChanged ( FileSystemEventArgs e, long ticks ) : void
OnChanged ( object source, FileSystemEventArgs e ) : void
OnMouseOver ( object Sender, MouseEventArgs e ) : void
SetKernelObjectSecurity ( IntPtr Handle, int securityInformation, [ pSecurityDescriptor ) : bool
SetProcessSecurityDescriptor ( IntPtr processHandle, RawSecurityDescriptor dacl ) : bool
ShutdownBlockReasonCreate ( IntPtr hWnd, [ pwszReason ) : bool
ShutdownBlockReasonDestroy ( IntPtr hWnd ) : bool
getSettings ( ) : void
setACE ( ) : void

Описание методов

Application_ThreadException() публичный Метод

public Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
sender object
e ThreadExceptionEventArgs
Результат void

CreateHandle() защищенный Метод

protected CreateHandle ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Form1() публичный Метод

public Form1 ( ) : System
Результат System

OnClosing() защищенный Метод

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Результат void

OnLoad() защищенный Метод

protected OnLoad ( EventArgs e ) : void
e EventArgs
Результат void