Table of Contents

Class WindowsUtils.NativeMethods

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

Contains native methods.

public static class WindowsUtils.NativeMethods
Inheritance
WindowsUtils.NativeMethods

Methods

AllocConsole()

Allocates console.

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

Creates file.

FreeConsole()

Frees console.

GetAsyncKeyState(int)

Gets key state.

GetConsoleWindow()

Gets console window.

WriteConsoleOutput(SafeFileHandle, ConsoleCharInfo[], SmallPoint, SmallPoint, ref SmallRect)

Writes text to console.