C# Class HpToolsLauncher.ConsoleQuickEdit

ファイルを表示 Open project: hpsa/hp-application-automation-tools-plugin Class Usage Examples

Public Methods

Method Description
Disable ( ) : bool
Enable ( ) : bool

Private Methods

Method Description
GetConsoleMode ( IntPtr hConsoleHandle, uint &lpMode ) : bool
GetCurrentConsoleMode ( IntPtr consoleHandle, uint &consoleMode ) : bool
GetStdHandle ( int nStdHandle ) : IntPtr
SetConsoleMode ( IntPtr hConsoleHandle, uint dwMode ) : bool
SetNewConsoleMode ( IntPtr consoleHandle, uint consoleMode ) : bool

Method Details

Disable() public static method

public static Disable ( ) : bool
return bool

Enable() public static method

public static Enable ( ) : bool
return bool