UnmanagedMemoryStream.CanWrite Property
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. ]
Gets a value indicating whether a stream supports writing.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleanfalse if the object was created by a constructor with an access parameter value that supports writing or was created by a constructor that had no parameters, or if the stream is closed; otherwise, true.
Show: