C# 클래스 CairoDesktop.Startup

Handles the startup of the application, including ensuring that only a single instance is running.
파일 보기 프로젝트 열기: RevolutionSmythe/cairoshell 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MenuBarPtr System.IntPtr
TaskBarPtr System.IntPtr
WM_SHELLHOOKMESSAGE int

공개 메소드들

메소드 설명
ShellWinProc ( System msg ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

ShellWinProc() 공개 정적인 메소드

public static ShellWinProc ( System msg ) : void
msg System
리턴 void

프로퍼티 상세

MenuBarPtr 공개적으로 정적으로 프로퍼티

public static IntPtr,System MenuBarPtr
리턴 System.IntPtr

TaskBarPtr 공개적으로 정적으로 프로퍼티

public static IntPtr,System TaskBarPtr
리턴 System.IntPtr

WM_SHELLHOOKMESSAGE 공개적으로 정적으로 프로퍼티

public static int WM_SHELLHOOKMESSAGE
리턴 int