Share via


IIUnknownCacheStrategy.ConstructTableInfo 方法

定义

public:
 System::Runtime::InteropServices::Marshalling::IIUnknownCacheStrategy::TableInfo ConstructTableInfo(RuntimeTypeHandle handle, System::Runtime::InteropServices::Marshalling::IIUnknownDerivedDetails ^ interfaceDetails, void* ptr);
public System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo ConstructTableInfo (RuntimeTypeHandle handle, System.Runtime.InteropServices.Marshalling.IIUnknownDerivedDetails interfaceDetails, void* ptr);
abstract member ConstructTableInfo : RuntimeTypeHandle * System.Runtime.InteropServices.Marshalling.IIUnknownDerivedDetails * nativeptr<unit> -> System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo

参数

handle
RuntimeTypeHandle

运行时类型句柄。

interfaceDetails
IIUnknownDerivedDetails

接口详细信息。

ptr
Void*

指向要查询的实例的指针。

返回

所提供信息的构造 IIUnknownCacheStrategy.TableInfo 实例。

适用于