We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.class public auto ansi beforefieldinit FunctionPointersClass extends [System.Runtime]System.Object { .field public method instance void*(int32) [] FuncPtrField .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { .maxstack 8 ldarg.0 call instance void [System.Runtime]System.Object::.ctor() ret } .method public hidebysig instance void Populate() cil managed { ldarg.0 ldc.i4.s 1 newarr method instance void*(int32) stfld method instance void*(int32)[] FunctionPointersClass::FuncPtrField ret } }
The text was updated successfully, but these errors were encountered:
cc @davidwrighton who mentioned this after looking at the code.
Sorry, something went wrong.
cc @jkotas @Maoni0
Function Pointers appear as IntPtr in Reflection.
IntPtr
Function pointer arrays can now be seen on the heap.
dotnet/runtime#11354 is needed in the reflection stack.
No branches or pull requests
The text was updated successfully, but these errors were encountered: