C# Class CairoDesktop.Startup

Handles the startup of the application, including ensuring that only a single instance is running.
Afficher le fichier Open project: RevolutionSmythe/cairoshell Class Usage Examples

Méthodes publiques

Свойство Type Description
MenuBarPtr System.IntPtr
TaskBarPtr System.IntPtr
WM_SHELLHOOKMESSAGE int

Méthodes publiques

Méthode Description
ShellWinProc ( System msg ) : void

Private Methods

Méthode Description
InitializeParentWindow ( ) : void

Initializes a new hidden toolwindow to be the owner for all other windows. This hides the applications icons from the task switcher.

Main ( ) : void
SingleInstanceCheck ( ) : bool

Checks that a single instance of the application is running, and if another is found it notifies the user and exits.

Method Details

ShellWinProc() public static méthode

public static ShellWinProc ( System msg ) : void
msg System
Résultat void

Property Details

MenuBarPtr public_oe static_oe property

public static IntPtr,System MenuBarPtr
Résultat System.IntPtr

TaskBarPtr public_oe static_oe property

public static IntPtr,System TaskBarPtr
Résultat System.IntPtr

WM_SHELLHOOKMESSAGE public_oe static_oe property

public static int WM_SHELLHOOKMESSAGE
Résultat int