共用方式為


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 實例。

適用於