共用方式為


StrategyBasedComWrappers.ComputeVtables 方法

定義

計算 obj 所需的 Vtable,並參考 flags 的值。

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

當這個方法傳回時,會包含傳回記憶體中包含的項目數目。

傳回

ComWrappers.ComInterfaceEntry 指標,包含所有 COM 介面項目的記憶體。

適用於