Språk

VirtualMethodTableInfo(Void*, Void**) Konstruktor

Definition

Initierar en VirtualMethodTableInfo från en angiven instanspekare och tabellminne.

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

Parametrar

thisPointer
Void*

Pekaren till instansen.

virtualMethodTable
Void*

Det minnesblock som representerar den virtuella metodtabellen.

Gäller för