IUnmanagedVirtualMethodTableProvider Interface
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 for a managed interface to enable invoking methods in the virtual method table.
public interface class IUnmanagedVirtualMethodTableProvider
[System.CLSCompliant(false)]
public interface IUnmanagedVirtualMethodTableProvider
[<System.CLSCompliant(false)>]
type IUnmanagedVirtualMethodTableProvider = interface
Public Interface IUnmanagedVirtualMethodTableProvider
- Derived
- Attributes
Methods
GetVirtualMethodTableInfoForKey(Type) |
Gets the information about the virtual method table for the unmanaged interface type represented by |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.