C# Class proquota.Form1

Afficher le fichier Open project: MutonUfoAI/pgina

Méthodes publiques

Méthode Description
Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
Form1 ( ) : System

Méthodes protégées

Méthode Description
CreateHandle ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode Description
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

Method Details

Application_ThreadException() public méthode

public Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
sender object
e ThreadExceptionEventArgs
Résultat void

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

Dispose() protected méthode

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

Form1() public méthode

public Form1 ( ) : System
Résultat System

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void