ComWrappers.ComInterfaceDispatch.GetInstance<T> Metodo

Definizione

Dato un oggetto IntPtr da un elemento Vtable generato, lo converte nel tipo di destinazione.

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)

Parametri di tipo

T

Tipo desiderato.

Parametri

dispatchPtr
ComWrappers.ComInterfaceDispatch

Puntatore alla voce della funzione Vtable.

Restituisce

T

Istanza del tipo associato alla chiamata di funzione inviata.

Si applica a