ComWrappers.ComInterfaceDispatch.GetInstance<T> Método

Definición

Cuando hay un valor IntPtr de un objeto VTable generado, lo convierte al tipo de destino.

public:
generic <typename T>
 where T : class static T GetInstance(System::Runtime::InteropServices::ComWrappers::ComInterfaceDispatch* dispatchPtr);
public static T GetInstance<T> (System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* dispatchPtr) where T : class;
static member GetInstance : nativeptr<System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch> -> 'T (requires 'T : null)

Parámetros de tipo

T

Tipo deseado.

Parámetros

dispatchPtr
ComWrappers.ComInterfaceDispatch

Puntero que dirige a entrada de función de VTable.

Devoluciones

T

Instancia del tipo asociado con la llamada de la función distribuida.

Se aplica a