Udostępnij przez


IIUnknownCacheStrategy.TryGetTableInfo Metoda

Definicja

Próbuje pobrać skojarzony element 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

Uchwyt typu środowiska uruchomieniowego.

info
IIUnknownCacheStrategy.TableInfo

Gdy ta metoda zostanie zwrócona, zawiera informacje o tabeli niezarządzanej metody wirtualnej.

Zwraca

true jeśli zostanie znaleziona, w przeciwnym razie false.

Dotyczy