StrategyBasedComWrappers.ComputeVtables 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
采用 flags
的值计算 obj
所需的 Vtable。
protected:
override System::Runtime::InteropServices::ComWrappers::ComInterfaceEntry* ComputeVtables(System::Object ^ obj, System::Runtime::InteropServices::CreateComInterfaceFlags flags, [Runtime::InteropServices::Out] int % count);
protected override sealed System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* ComputeVtables (object obj, System.Runtime.InteropServices.CreateComInterfaceFlags flags, out int count);
override this.ComputeVtables : obj * System.Runtime.InteropServices.CreateComInterfaceFlags * int -> nativeptr<System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry>
参数
- obj
- Object
返回的 VTable 的目标。
- flags
- CreateComInterfaceFlags
枚举值的按位组合,指定如何计算 Vtable。
- count
- Int32
此方法返回时,包含返回的内存中包含的元素数。
返回
包含所有 COM 接口项的内存的 ComWrappers.ComInterfaceEntry 指针。