1 instantiation of VirtualMethodTableInfo
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
160
return
new
(result.ThisPtr, result.Table);
3 references to VirtualMethodTableInfo
System.Runtime.InteropServices (3)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
153
VirtualMethodTableInfo
IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey(Type type)
System\Runtime\InteropServices\Marshalling\IUnmanagedVirtualMethodTableProvider.cs (1)
18
public
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.