UnmanagedMemoryStream.CanRead 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 reading.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleanfalse if the object was created by a constructor with an access parameter that did not include reading the stream and if the stream is closed; otherwise, true.
Show: