VirtualMethodTableInfo.Deconstruct(Void*, Void**) Méthode

Définition

Déconstructe cette structure dans ses deux champs.

public:
 void Deconstruct([Runtime::InteropServices::Out] void* % thisPointer, [Runtime::InteropServices::Out] void** % virtualMethodTable);
public void Deconstruct(out void* thisPointer, out void** virtualMethodTable);
member this.Deconstruct : Void* * Void** -> unit

Paramètres

thisPointer
Void*

Lorsque cette méthode est retournée, contient le ThisPointer résultat.

virtualMethodTable
Void*

Lorsque cette méthode est retournée, contient le VirtualMethodTable résultat.

S’applique à