ComWrappers.ComInterfaceDispatch 结构
定义
一个应用程序二进制接口,它用于 COM 接口的函数调度。An application binary interface for function dispatch of a COM interface.
public: value class ComWrappers::ComInterfaceDispatch
public struct ComWrappers.ComInterfaceDispatch
type ComWrappers.ComInterfaceDispatch = struct
Public Structure ComWrappers.ComInterfaceDispatch
- 继承
字段
| Vtable |
表示 IUnknown 实例布局中虚拟函数表 (vtable) 的字段。Field that represents the virtual function table (vtable) in the IUnknown instance layout. |
方法
| GetInstance<T>(ComWrappers+ComInterfaceDispatch*) |
如果 IntPtr 来自生成的 Vtable,则将它转换为目标类型。Given an IntPtr from a generated Vtable, converts it to the target type. |