Skip to content
#

coreclr

Here are 29 public repositories matching this topic...

Nihlus
Nihlus commented Mar 3, 2019

C# has multiple types and ways of expressing a linear collection of finite data (that is, a type that contains n instances of some type T). Passing this collection to native code typically requires the user to contain it in an array, pin it, and acquire a pointer to the first element of the array.

Traditional P/Invoke allows a user to pass an array directly, and performs these operations un

Improve this page

Add a description, image, and links to the coreclr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the coreclr topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.