C# Class SylphyHorn.Services.InteropHelper

Show file Open project: Grabacr07/SylphyHorn

Public Methods

Method Description
GetForegroundWindowEx ( ) : IntPtr
IsConsoleWindow ( IntPtr hWnd ) : bool
IsCurrentProcess ( IntPtr hWnd ) : bool

Method Details

GetForegroundWindowEx() public static method

public static GetForegroundWindowEx ( ) : IntPtr
return System.IntPtr

IsConsoleWindow() public static method

public static IsConsoleWindow ( IntPtr hWnd ) : bool
hWnd System.IntPtr
return bool

IsCurrentProcess() public static method

public static IsCurrentProcess ( IntPtr hWnd ) : bool
hWnd System.IntPtr
return bool