Sdílet prostřednictvím


IIUnknownCacheStrategy.TryGetTableInfo Metoda

Definice

Pokusí se získat přidruženou 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

Parametry

handle
RuntimeTypeHandle

Popisovač typu modulu runtime.

info
IIUnknownCacheStrategy.TableInfo

Když tato metoda vrátí, obsahuje informace o nespravované tabulce virtuálních metod.

Návraty

true v opačném případě false.

Platí pro