Open
Description
Line 96 should use typeof(TInterface)
instead of typeof(T)
. Compare to
In addition, it seems inconsistent that in the NativeAOT version, GetComInterfaceForObject(object o, Type T, CustomQueryInterfaceMode mode)
throws unconditionally, but GetComInterfaceForObject(object o, Type T)
may still work (with the help of ComWrappers.RegisterForMarshalling
).
Metadata
Metadata
Assignees
Type
Projects
Status
No status