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

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

flags
CreateComInterfaceFlags

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

count
Int32

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

返品

ComWrappers.ComInterfaceEntry すべての COM インターフェイス エントリのメモリを含むポインター。

適用対象