VirtualMethodTableInfo Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Provides information about a virtual method table and the unmanaged instance pointer.
public value class VirtualMethodTableInfo
[System.CLSCompliant(false)]
public readonly struct VirtualMethodTableInfo
[<System.CLSCompliant(false)>]
type VirtualMethodTableInfo = struct
Public Structure VirtualMethodTableInfo
- Inheritance
- Attributes
Constructors
VirtualMethodTableInfo(Void*, Void**) |
Initializes a VirtualMethodTableInfo from a specified instance pointer and table memory. |
Properties
ThisPointer |
Gets the unmanaged instance pointer. |
VirtualMethodTable |
Gets the virtual method table. |
Methods
Deconstruct(Void*, Void**) |
Deconstructs this structure into its two fields. |
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.