Compartilhar via


IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey Método

Definição

Obtém as informações sobre a tabela de método virtual para o tipo de interface não gerenciado representado por 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

Parâmetros

type
Type

O tipo gerenciado para a interface não gerenciada.

Retornos

As informações da tabela de método virtual para a interface não gerenciada.

Aplica-se a