VirtualMethodTableInfo(Void*, Void**) Constructor

Definitie

Initialiseert een VirtualMethodTableInfo van een opgegeven instantiepointer en tabelgeheugen.

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

Parameters

thisPointer
Void*

De aanwijzer naar het exemplaar.

virtualMethodTable
Void*

Het geheugenblok dat de tabel met virtuele methoden vertegenwoordigt.

Van toepassing op