VirtualMethodTableInfo(Void*, Void**) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
VirtualMethodTableInfo從指定的實體指標與資料表記憶體初始化 。
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
參數
- thisPointer
- Void*
實例的指標。
- virtualMethodTable
- Void*
表示虛擬方法數據表的記憶體區塊。