1 implementation of GetComInterfaceEntries
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComExposedClassAttribute.cs (1)
16public unsafe ComWrappers.ComInterfaceEntry* GetComInterfaceEntries(out int count) => T.GetComInterfaceEntries(out count);
2 references to GetComInterfaceEntries
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\Marshalling\ComExposedClassAttribute.cs (1)
15/// <inheritdoc cref="IComExposedDetails.GetComInterfaceEntries(out int)" />
System\Runtime\InteropServices\Marshalling\StrategyBasedComWrappers.cs (1)
81return details.GetComInterfaceEntries(out count);