docs icon indicating copy to clipboard operation
docs copied to clipboard

Custom Marshaller shape docs need to be updated

Open jtschuster opened this issue 2 years ago • 2 comments

Custom marshaller shapes documentation can be clearer and should reflect that ElementX require Bidirectional marshallers.

jtschuster avatar Aug 15 '23 17:08 jtschuster

Note to self: GetPinnedReference has priority over CallerAllocatedBuffer for by value parameters (but not by ref), and CallerAllocatedBuffer has priority over general ToUnmanaged in ManagedToUnmanagedIn by ref stubs. General ToUnmanaged is used for ref scenarios.

jtschuster avatar Aug 15 '23 17:08 jtschuster

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

Issue Details

Custom marshaller shapes documentation can be clearer and should reflect that ElementX require Bidirectional marshallers.

Author: jtschuster
Assignees: -
Labels:

documentation, area-System.Runtime.InteropServices

Milestone: 8.0.0

ghost avatar Aug 15 '23 18:08 ghost