-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
Add Function Pointer support to Mono Reflection #71095
Comments
steveharter
added
the
area-VM-reflection-mono
Reflection issues specific to MonoVM
label
Jun 21, 2022
/cc @SamMonoRT |
lambdageek
removed
the
untriaged
New issue has not been triaged by the area owner
label
Jun 22, 2022
this should be fairly straightforward for mono. possibly with the exception of creating the calling convention array. |
This was referenced Jul 6, 2022
Moving to 8.0; we need to update the API and design based on feedback from #71516. |
CoreCLR is done. We should do the Mono version @SamMonoRT |
14 tasks
ghost
added
the
in-pr
There is an active PR which will close this issue when it is merged
label
Jul 31, 2023
ivanpovazan
added a commit
that referenced
this issue
Aug 11, 2023
ghost
removed
the
in-pr
There is an active PR which will close this issue when it is merged
label
Aug 11, 2023
ghost
locked as resolved and limited conversation to collaborators
Sep 10, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Once #69273 is in for CoreClr, Mono should uptake that. It is expected that the CoreClr implementation will be done soon for V7.
cc @lambdageek
The text was updated successfully, but these errors were encountered: