Skip to content
#

coreclr

Here are 28 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

eli-fin
eli-fin commented Oct 24, 2018

I cloned the repo and couldn't compile. The first error was the title (and another million followed, as is usually the case with these errors).

Now 'ICorProfilerCallback8' is only available in .net v4.7+, but for some reason, although I have .net v4.7+ installed, it can't find that base class.
The reason turned out to be that the project was including the profiling api headers of .net 4.6.1, b

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.