C# Class MemcachedService64.NativeMethods

Mostrar archivo Open project: eric-b/MemcachedService64

Public Methods

Method Description
PeekEscapeKey ( ) : bool

Private Methods

Method Description
GetCurrentProcess ( ) : IntPtr
GetModuleHandle ( string moduleName ) : IntPtr
GetProcAddress ( IntPtr hModule, string methodName ) : IntPtr
GetStdHandle ( int nStdHandle ) : IntPtr
IsWow64Process ( IntPtr hProcess, [ isWow64 ) : bool
PeekConsoleEvent ( ) : Nullable
PeekConsoleInput ( IntPtr hConsoleInput, InputRecord &buffer, int numInputRecords_UseOne, int &numEventsRead ) : bool
ReadConsoleInput ( ) : InputRecord
ReadConsoleInput ( IntPtr hConsoleInput, InputRecord &buffer, int numInputRecords_UseOne, int &numEventsRead ) : bool

Method Details

PeekEscapeKey() public static method

public static PeekEscapeKey ( ) : bool
return bool