C# Class System.IO.MemoryMappedFiles.MemoryMappedViewStream

Inheritance: System.IO.UnmanagedMemoryStream
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Flush ( ) : void
SetLength ( long value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
MemoryMappedViewStream ( )

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

SetLength() public méthode

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