dotnet/runtime

[API Proposal]: byref parameter collection for invoke

steveharter opened this issue · 2 comments

[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:

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

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