Udostępnij za pośrednictwem


StrategyBasedComWrappers.ComputeVtables Metoda

Definicja

Oblicza żądaną tabelę wirtualną dla objelementu , z uwzględnieniem wartości 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>

Parametry

obj
Object

Element docelowy zwracanych tabel wirtualnych.

flags
CreateComInterfaceFlags

Bitowa kombinacja wartości wyliczenia, która określa sposób obliczania tabel wirtualnych.

count
Int32

Gdy ta metoda zwraca wartość , zawiera liczbę elementów zawartych w zwracanej pamięci.

Zwraca

ComWrappers.ComInterfaceEntry wskaźnik zawierający pamięć dla wszystkich wpisów interfejsu COM.

Dotyczy