Olvasás angol nyelven Szerkesztés

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


IPinnable.Pin(Int32) Method

Definition

Pins a block of memory.

C#
public System.Buffers.MemoryHandle Pin(int elementIndex);

Parameters

elementIndex
Int32

The offset to the element within the memory buffer to which the returned MemoryHandle points.

Returns

A handle to the block of memory.

Remarks

A developer can access an object that implements the IPinnable interface without pinning it only through managed APIs. Pinning is required for access by unmanaged APIs.

Call this method to indicate that the IPinnable object cannot be moved by the garbage collector so that the address of the pinned object can be used.

Applies to

Termék Verziók
.NET Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Standard 2.0 (package-provided), 2.1