1 instantiation of VirtualMethodTableInfo
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
158return new(result.ThisPtr, result.Table);
3 references to VirtualMethodTableInfo
System.Runtime.InteropServices (3)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
151VirtualMethodTableInfo IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey(Type type)
System\Runtime\InteropServices\Marshalling\IUnmanagedVirtualMethodTableProvider.cs (1)
18public VirtualMethodTableInfo GetVirtualMethodTableInfoForKey(Type type);
System\Runtime\InteropServices\Marshalling\VirtualMethodTableInfo.cs (1)
14/// Construct a <see cref="VirtualMethodTableInfo"/> from a given instance pointer and table memory.