System.IO.UnmanagedMemoryStream.Flush Method

Overrides the Stream.Flush method so that no action is performed.

Syntax

public override void Flush ()

Remarks

This method performs no action for this class but is included as part of the System.IO.Stream base class. Since any data is written to RAM, this method is redundant.

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0