Table of Contents

Class MswUtils.NativeMethods

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains native methods.

public static class MswUtils.NativeMethods
Inheritance
MswUtils.NativeMethods

Methods

AllocConsole()

Allocates console.

CreateFile(string, uint, uint, IntPtr, FileMode, int, IntPtr)

Creates file.

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.