Uh oh!
There was an error while loading. Please reload this page.
Support void* to UIntPtr parameter conversion for Invoked method - #73748
Conversation
ghost
commented
Aug 11, 2022
Tagging subscribers to this area: @dotnet/area-system-reflection Issue DetailsThere automatic type conversion takes place from Pointer (*) types to IntPtr but not for UIntPtr (throws Fixes #7430
|
Uh oh!
There was an error while loading. Please reload this page.
jkotas
commented
Aug 11, 2022
Also, add the handling of this case to |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There automatic type conversion takes place from Pointer (*) types to IntPtr but not for UIntPtr (throws
NotSupportedException). Whenever possible it should be able to convert to UintPtr tooFixes#7430