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:

