VirtualMethodTableInfo(Void*, Void**) Konstruktor

Definition

Initialisiert einen VirtualMethodTableInfo von einem angegebenen Instanzzeiger und Tabellenspeicher.

public:
 VirtualMethodTableInfo(void* thisPointer, void** virtualMethodTable);
public VirtualMethodTableInfo(void* thisPointer, void** virtualMethodTable);
new System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo : nativeptr<unit> * nativeptr<nativeptr<unit>> -> System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo

Parameter

thisPointer
Void*

Der Zeiger auf die Instanz.

virtualMethodTable
Void*

Der Speicherblock, der die Tabelle der virtuellen Methode darstellt.

Gilt für: