UnmanagedMemoryStream.Flush Method

Definition

Overrides the Flush() method so that no action is performed.

public:
 override void Flush();
public override void Flush ();
override this.Flush : unit -> unit
Public Overrides Sub Flush ()

Exceptions

The stream is closed.

Remarks

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

Applies to