IIUnknownCacheStrategy.TryGetTableInfo Metodo

Definizione

Prova a ottenere l'oggetto associato 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

Parametri

handle
RuntimeTypeHandle

Handle del tipo di runtime.

info
IIUnknownCacheStrategy.TableInfo

Quando termina, questo metodo contiene le informazioni sulla tabella del metodo virtuale non gestita.

Valori restituiti

true se trovato; in caso contrario false, .

Si applica a