Skip to content

[mono] Implement support for UnmanagedCallersOnlyAttribute #38209

Description

@lambdageek

The UnmanagedCallersOnlyAttribute is part of the C# FunctionPointers proposal, specifically it's applied to methods that will be called from native code only #32462 (but note that the calling convention part will be changing #37612)

Implementation note: the presence of the attribute means that ldftn should return a pointer to a native-to-managed wrapper.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions