C# Class System.IO.__ConsoleStream

Inheritance: Stream
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Flush ( ) : void
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void