I've used cecil on Windows Runtime metadata files to look at the interfaces it provides, and was surprised to see that 99% of all types have AutoLayout attribute. MSDN says[1] that such types must not be accessible via COM, because their layout is managed by the runtime and is not known at compile time. Is that true? How do C++ and COM interops work then?
[1] https://msdn.microsoft.com/en-us/library/ms182194.aspx -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
