Partage via


StrategyBasedComWrappers.ComputeVtables Méthode

Définition

Calcule la Vtable souhaitée pour obj, en respectant les valeurs de 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>

Paramètres

obj
Object

Cible des Vtables retournées.

flags
CreateComInterfaceFlags

Combinaison au niveau du bit des valeurs d’énumération qui spécifie comment calculer des tables virtuelles.

count
Int32

Lorsque cette méthode retourne, contient le nombre d’éléments contenus dans la mémoire retournée.

Retours

ComWrappers.ComInterfaceEntry pointeur contenant de la mémoire pour toutes les entrées d’interface COM.

S’applique à