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 |
|
|