Skip to content
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

Closed
steveharter opened this issue Jun 21, 2022 · 4 comments · Fixed by #89712
Closed

Add Function Pointer support to Mono Reflection #71095

steveharter opened this issue Jun 21, 2022 · 4 comments · Fixed by #89712
Assignees
Labels
area-VM-reflection-mono Reflection issues specific to MonoVM
Milestone

Comments

@steveharter
Copy link
Member

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

@steveharter steveharter added the area-VM-reflection-mono Reflection issues specific to MonoVM label Jun 21, 2022
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jun 21, 2022
@lambdageek
Copy link
Member

/cc @SamMonoRT

@lambdageek lambdageek added this to the 7.0.0 milestone Jun 22, 2022
@lambdageek lambdageek removed the untriaged New issue has not been triaged by the area owner label Jun 22, 2022
@lambdageek
Copy link
Member

this should be fairly straightforward for mono. possibly with the exception of creating the calling convention array.

@steveharter
Copy link
Member Author

Moving to 8.0; we need to update the API and design based on feedback from #71516.

@lambdageek
Copy link
Member

CoreCLR is done. We should do the Mono version @SamMonoRT

@ivanpovazan ivanpovazan self-assigned this Apr 19, 2023
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jul 31, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Aug 11, 2023
@ghost 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.
Labels
area-VM-reflection-mono Reflection issues specific to MonoVM
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants