You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have COM support on Windows, it should actually be implemented under FEATURE_COMINTEROP and separate tests added for Windows / non-Windows - just like the other COM-related Marshal functions.
Callers achieving the same functionality through Marshal.GetComInterfaceForObject with IDispatch as the type could be switched to it as well - #33060 (comment)