The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UnmanagedMemoryAccessor Constructor
.NET Framework (current version)
Initializes a new instance of the UnmanagedMemoryAccessor class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | UnmanagedMemoryAccessor() | Initializes a new instance of the UnmanagedMemoryAccessor class. |
![]() | UnmanagedMemoryAccessor(SafeBuffer^, Int64, Int64) | Initializes a new instance of the UnmanagedMemoryAccessor class with a specified buffer, offset, and capacity. |
![]() | UnmanagedMemoryAccessor(SafeBuffer^, Int64, Int64, FileAccess) | Initializes a new instance of the UnmanagedMemoryAccessor class with a specified buffer, offset, capacity, and access right. |
Show:

