Share via


IIUnknownCacheStrategy.TryGetTableInfo 方法

定义

尝试获取关联的 IIUnknownCacheStrategy.TableInfo

public:
 bool TryGetTableInfo(RuntimeTypeHandle handle, [Runtime::InteropServices::Out] System::Runtime::InteropServices::Marshalling::IIUnknownCacheStrategy::TableInfo % info);
public bool TryGetTableInfo (RuntimeTypeHandle handle, out System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo info);
abstract member TryGetTableInfo : RuntimeTypeHandle * TableInfo -> bool
Public Function TryGetTableInfo (handle As RuntimeTypeHandle, ByRef info As IIUnknownCacheStrategy.TableInfo) As Boolean

参数

handle
RuntimeTypeHandle

运行时类型句柄。

info
IIUnknownCacheStrategy.TableInfo

此方法返回时,包含非托管虚拟方法表信息。

返回

true 如果找到,则为 ;否则为 false

适用于