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

[API Proposal]: byref parameter collection for invoke #75349

Open
steveharter opened this issue Sep 9, 2022 · 2 comments
Open

[API Proposal]: byref parameter collection for invoke #75349

steveharter opened this issue Sep 9, 2022 · 2 comments
Assignees
Labels
api-needs-work API needs work before it is approved, it is NOT ready for implementation area-System.Reflection
Milestone

Comments

@steveharter
Copy link
Member

[primarily a placeholder for now for planning]

This will likely need to be done in 8.0 without support for byref-like generic support since that is not a given for 8.0. This means that byref-like types in this collection will need to be passed as unsafe pointers.

See also:

@steveharter steveharter added api-needs-work API needs work before it is approved, it is NOT ready for implementation area-System.Reflection labels Sep 9, 2022
@steveharter steveharter added this to the 8.0.0 milestone Sep 9, 2022
@steveharter steveharter self-assigned this Sep 9, 2022
@ghost
Copy link

ghost commented Sep 9, 2022

Tagging subscribers to this area: @dotnet/area-system-reflection
See info in area-owners.md if you want to be subscribed.

Issue Details

[primarily a placeholder for now for planning]

This will likely need to be done in 8.0 without support for byref-like generic support since that is not a given for 8.0. This means that byref-like types in this collection will need to be passed as unsafe pointers.

See also:

Author: steveharter
Assignees: steveharter
Labels:

api-needs-work, area-System.Reflection

Milestone: 8.0.0

@steveharter
Copy link
Member Author

This was done in the prototype as mentioned in #10057 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-needs-work API needs work before it is approved, it is NOT ready for implementation area-System.Reflection
Projects
None yet
Development

No branches or pull requests

1 participant