Share via


IIUnknownCacheStrategy.TrySetTableInfo 方法

定义

尝试设置关联的 IIUnknownCacheStrategy.TableInfo

public:
 bool TrySetTableInfo(RuntimeTypeHandle handle, System::Runtime::InteropServices::Marshalling::IIUnknownCacheStrategy::TableInfo info);
public bool TrySetTableInfo (RuntimeTypeHandle handle, System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo info);
abstract member TrySetTableInfo : RuntimeTypeHandle * System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo -> bool
Public Function TrySetTableInfo (handle As RuntimeTypeHandle, info As IIUnknownCacheStrategy.TableInfo) As Boolean

参数

handle
RuntimeTypeHandle

运行时类型句柄。

info
IIUnknownCacheStrategy.TableInfo

非托管虚拟方法表信息。

返回

true 如果已设置,则为 ;否则为 false

适用于