MemoryStream.Flush Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Overrides Stream..::.Flush so that no action is performed.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Overrides Sub Flush
public override void Flush()

Remarks

This method overrides Flush.

Since any data written to a MemoryStream is written into RAM, this method is redundant.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

MemoryStream Class

System.IO Namespace