IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey Método

Definição

Obtém a informação sobre a tabela de métodos virtuais para o tipo de interface não gerida 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 gerido para a interface não gerida.

Devoluções

A informação da tabela de métodos virtuais para a interface não gerida.

Aplica-se a