Edit

Share via


IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey Method

Definition

Gets the information about the virtual method table for the unmanaged interface type represented by type.

public:
 System::Runtime::InteropServices::Marshalling::VirtualMethodTableInfo GetVirtualMethodTableInfoForKey(Type ^ type);
public System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo GetVirtualMethodTableInfoForKey (Type type);
abstract member GetVirtualMethodTableInfoForKey : Type -> System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo
Public Function GetVirtualMethodTableInfoForKey (type As Type) As VirtualMethodTableInfo

Parameters

type
Type

The managed type for the unmanaged interface.

Returns

The virtual method table information for the unmanaged interface.

Applies to