IUnmanagedVirtualMethodTableProvider Interface

Definition

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 type.

Applies to