UnmanagedMemoryAccessor Constructor
.NET Framework 4.5
Initializes a new instance of the UnmanagedMemoryAccessor class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |