VirtualMethodTableInfo.Deconstruct(Void*, Void**) Methode

Definition

Dekonstruiert diese Struktur in ihre beiden Felder.

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

Parameter

thisPointer
Void*

Wenn diese Methode zurückgibt, enthält das ThisPointer Ergebnis.

virtualMethodTable
Void*

Wenn diese Methode zurückgibt, enthält das VirtualMethodTable Ergebnis.

Gilt für: