ComWrappers.ComInterfaceDispatch.GetInstance<T> 方法

定义

如果 IntPtr 来自生成的 Vtable,则将它转换为目标类型。

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)

类型参数

T

所需类型。

参数

dispatchPtr
ComWrappers.ComInterfaceDispatch

指向 Vtable 函数条目的指针。

返回

T

与调度的函数调用相关联的类型的实例。

适用于