C# Класс System.ConsolePal.WindowsConsoleStream

Наследование: System.IO.ConsoleStream
Показать файл Открыть проект

Открытые методы

Метод Описание
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
Write ( byte buffer, int offset, int count ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
ReadFileNative ( IntPtr hFile, byte bytes, int offset, int count, bool isPipe, int &bytesRead, bool useFileAPIs ) : int
WindowsConsoleStream ( IntPtr handle, FileAccess access, bool useFileAPIs ) : System.IO
WriteFileNative ( IntPtr hFile, byte bytes, int offset, int count, bool useFileAPIs ) : int

Описание методов

Dispose() защищенный метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Flush() публичный метод

public Flush ( ) : void
Результат void

Read() публичный метод

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Результат int

Write() публичный метод

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Результат void