This documentation is archived and is not being maintained.
UnmanagedMemoryAccessor Properties
.NET Framework (current version)
Namespace:
System.IOAssembly:
mscorlib (in mscorlib.dll)
| Name | Description |
|---|
 | CanRead | Determines whether the accessor is readable. |
 | CanWrite | Determines whether the accessory is writable. |
 | Capacity | Gets the capacity of the accessor. |
 | IsOpen | Determines whether the accessor is currently open by a process. |
Return to top