Table of Contents

Struct MemoryHandle

Namespace
System.Buffers
Assembly
System.Memory.dll
public struct MemoryHandle : IDisposable
Implements
Inherited Members

Constructors

MemoryHandle(void*, GCHandle, IPinnable)

[CLSCompliant(false)]
public MemoryHandle(void* pointer, GCHandle handle = default, IPinnable pinnable = null)

Parameters

pointer void*
handle GCHandle
pinnable IPinnable

Properties

Pointer

[CLSCompliant(false)]
public void* Pointer { get; }

Property Value

void*

Methods

Dispose()

public void Dispose()