IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取有关表示 type
的非托管接口类型的虚拟方法表的信息。
public:
System::Runtime::InteropServices::Marshalling::VirtualMethodTableInfo GetVirtualMethodTableInfoForKey(Type ^ type);
public System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo GetVirtualMethodTableInfoForKey (Type type);
abstract member GetVirtualMethodTableInfoForKey : Type -> System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo
Public Function GetVirtualMethodTableInfoForKey (type As Type) As VirtualMethodTableInfo
参数
- type
- Type
非托管接口的托管类型。
返回
非托管接口的虚拟方法表信息。