Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


UnmanagedMemoryAccessor.Initialize Method

Definition

Sets the initial values for the accessor.

protected void Initialize (System.Runtime.InteropServices.SafeBuffer buffer, long offset, long capacity, System.IO.FileAccess access);

Parameters

buffer
SafeBuffer

The buffer to contain the accessor.

offset
Int64

The byte at which to start the accessor.

capacity
Int64

The size, in bytes, of memory to allocate.

access
FileAccess

The type of access allowed to the memory. The default is ReadWrite.

Exceptions

offset plus capacity is greater than buffer.

buffer is null.

offset or capacity is less than zero.

-or-

access is not a valid MemoryMappedFileAccess enumeration value.

offset plus capacity would wrap around the high end of the address space.

Remarks

This method is called by the constructors for this class.

Applies to

Termék Verziók
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1
UWP 10.0