Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct System.​Runtime.​InteropServices.​Marshalling.​IUnmanagedVirtualMethodTableProvider
Assembly: System.Runtime.InteropServices
Provides information about a virtual method table for a managed interface to enable invoking methods in the virtual method table.
Methods
public
VirtualMethodTableInfo
GetVirtualMethodTableInfoForKey​(Type type)
type
The managed type for the unmanaged interface.
Returns The virtual method table information for the unmanaged interface.
Gets the information about the virtual method table for the unmanaged interface type represented by <paramref name="type" /> .