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

Provides a stream to use for Unix console input or output.
Наследование: 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

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

Метод Описание
UnixConsoleStream ( SafeFileHandle handle, FileAccess access ) : Microsoft.Win32.SafeHandles

Initialize the stream.

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

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