UnmanagedMemoryStream.Flush Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Overrides the Flush method so that no action is performed.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | The stream is closed. |
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.
Show: