Table of Contents

Delegate RefHandleMarshaller.VoidOp

Namespace
Ubiquity.NET.InteropHelpers
Assembly
Ubiquity.NET.InteropHelpers.dll

Delegate for an operation with marshaled memory

public delegate void RefHandleMarshaller.VoidOp(nint* nativeArrayPtr, int size)

Parameters

nativeArrayPtr nint*

Pointer to a pinned array of raw handles

size int

Number of handles in the array