Class MswUtils.NativeMethods
Contains native methods.
public static class MswUtils.NativeMethods
- Inheritance
-
MswUtils.NativeMethods
Methods
- AllocConsole()
Allocates console.
- DwmSetWindowAttribute(IntPtr, DwmWindowAttribute, ref int, int)
Sets the value of Desktop Window Manager (DWM) non-client rendering attributes for a window.
- FreeConsole()
Frees console.
- GetAsyncKeyState(int)
Gets key state.
- GetConsoleWindow()
Gets console window.
- WriteConsoleOutput(SafeFileHandle, ConsoleCharInfo[], SmallPoint, SmallPoint, ref SmallRect)
Writes text to console.