Свойство | Type | Description | |
---|---|---|---|
sessionCreateNewDesktop | bool | ||
singleInstanceController | |||
splash |
Méthode | Description | |
---|---|---|
CheckIfInsideVirtualMachine ( ) : void |
Check if running in VM and if SEB Windows Service is running or not.
|
|
CheckServicePolicy ( bool isServiceAvailable ) : void | ||
CloseSplash ( ) : void | ||
InitSEBDesktop ( ) : bool |
Create and initialize new desktop.
|
|
InitSebSettings ( ) : bool |
Create and initialize SEB client settings and check system compatibility. This method needs to be executed only once when SEB first starts (not when reconfiguring).
|
|
LoadingSebFile ( bool loading ) : void |
Set loading .seb file flag.
|
|
ResetSEBDesktop ( ) : void |
Reset desktop to the default one which was active before starting SEB.
|
|
SEBToForeground ( ) : void |
Move SEB to the foreground.
|
|
SetVisibility ( bool show ) : void |
Hide or show the Windows taskbar and startmenu.
|
|
StartSplash ( ) : void | ||
isLoadingSebFile ( ) : bool |
Get loading .seb file flag.
|
Méthode | Description | |
---|---|---|
EnumThreadWindows ( int threadId, EnumThreadProc pfnEnum, |
||
FindWindow ( string lpClassName, string lpWindowName ) : |
||
FindWindowEx ( |
||
FindWindowEx ( |
||
GetDesktopWindow ( ) : |
||
GetVistaStartMenuWnd ( |
Returns the window handle of the Vista start menu orb.
|
|
GetWindowText ( |
||
GetWindowThreadProcessId ( |
||
IsIconic ( |
||
IsInsideVM ( ) : bool |
Detect if running in various virtual machines. C# code only solution which is more compatible.
|
|
Main ( ) : void |
The main entry point for the application.
|
|
MyEnumThreadWindowsProc ( |
Callback method that is called from 'EnumThreadWindows' in 'GetVistaStartMenuWnd'.
|
|
SetForegroundWindow ( |
||
SetParent ( |
||
SetWindowPos ( |
||
ShowWindow ( |
public static CheckIfInsideVirtualMachine ( ) : void | ||
Résultat | void |
public static CheckServicePolicy ( bool isServiceAvailable ) : void | ||
isServiceAvailable | bool | |
Résultat | void |
public static LoadingSebFile ( bool loading ) : void | ||
loading | bool | |
Résultat | void |
public static SetVisibility ( bool show ) : void | ||
show | bool | true to show, false to hide |
Résultat | void |
public static bool sessionCreateNewDesktop | ||
Résultat | bool |
public static SingleInstanceController,SebWindowsClient singleInstanceController | ||
Résultat |