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.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Overrides ReadOnly Property CanWrite As Boolean
public override bool CanWrite { get; }

Property Value

Type: System..::.Boolean
false 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.

Remarks

This property indicates whether the current stream object supports writing.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

UnmanagedMemoryStream Class

System.IO Namespace