C# Class System.Data.SqlTypes.SqlStreamChars

Inheritance: INullable, IDisposable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
Read ( char buffer, int offset, int count ) : int
ReadChar ( ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( char buffer, int offset, int count ) : void
WriteChar ( char value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
IDisposable ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() protected méthode

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

Flush() public abstract méthode

public abstract Flush ( ) : void
Résultat void

Read() public abstract méthode

public abstract Read ( char buffer, int offset, int count ) : int
buffer char
offset int
count int
Résultat int

ReadChar() public méthode

public ReadChar ( ) : int
Résultat int

Seek() public abstract méthode

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

SetLength() public abstract méthode

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

Write() public abstract méthode

public abstract Write ( char buffer, int offset, int count ) : void
buffer char
offset int
count int
Résultat void

WriteChar() public méthode

public WriteChar ( char value ) : void
value char
Résultat void