次の方法で共有


StrategyBasedComWrappers.ComputeVtables メソッド

定義

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

返された Vtables のターゲット。

flags
CreateComInterfaceFlags

Vtable の計算方法を指定する列挙値のビットごとの組み合わせ。

count
Int32

このメソッドが戻るとき、 には、返されるメモリに含まれる要素の数が格納されます。

戻り値

すべての COM インターフェイス エントリのメモリを格納している ComWrappers.ComInterfaceEntry ポインター。

適用対象