C# Класс System.IO.__ConsoleStream

Наследование: Stream
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Flush ( ) : void
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void

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

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

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

Метод Описание
Read ( [ buffer, int offset, int count ) : int
ReadFile ( System.IO.SafeFileHandle handle, byte bytes, int numBytesToRead, int &numBytesRead, IntPtr mustBeZero ) : int
ReadFileNative ( System.IO.SafeFileHandle hFile, byte bytes, int offset, int count, int mustBeZero, int &errorCode ) : int
Write ( byte buffer, int offset, int count ) : void
WriteFile ( System.IO.SafeFileHandle handle, byte bytes, int numBytesToWrite, int &numBytesWritten, IntPtr mustBeZero ) : int
WriteFileNative ( System.IO.SafeFileHandle hFile, byte bytes, int offset, int count, int mustBeZero, int &errorCode ) : int
__ConsoleStream ( System.IO.SafeFileHandle handle, FileAccess access ) : System

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

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

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

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

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

Seek() публичный Метод

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Результат long

SetLength() публичный Метод

public SetLength ( long value ) : void
value long
Результат void