-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Closed
Copy link
Labels
Cost:LWork that requires one engineer up to 4 weeksWork that requires one engineer up to 4 weeksPriority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releaseTeam:LibrariesUser StoryA single user-facing feature. Can be grouped under an epic.A single user-facing feature. Can be grouped under an epic.area-System.ReflectiontrackingThis issue is tracking the completion of other related issues.This issue is tracking the completion of other related issues.
Milestone
Description
Treatment of pointers in general is hit-and-miss especially with the newer function pointer (delegate*
) feature.
Currently with function pointers, an IntPtr
or fnptr*
types are returned, so it is not possible today to distinguish between function pointers and other uses of IntPtr
, for example. It is also not possible to determine the parameter types, return type or the calling convention.
Metadata
Metadata
Assignees
Labels
Cost:LWork that requires one engineer up to 4 weeksWork that requires one engineer up to 4 weeksPriority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releaseTeam:LibrariesUser StoryA single user-facing feature. Can be grouped under an epic.A single user-facing feature. Can be grouped under an epic.area-System.ReflectiontrackingThis issue is tracking the completion of other related issues.This issue is tracking the completion of other related issues.