UnmanagedMemoryAccessor::CanWrite Property

.NET Framework (current version)
 

Determines whether the accessory is writable.

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

public:
property bool CanWrite {
	bool get();
}

Property Value

Type: System::Boolean

true if the accessor is writable; otherwise, false.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.0
Return to top
Show: