Condividi tramite


IIUnknownCacheStrategy.TryGetTableInfo Metodo

Definizione

Tenta di 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 questo metodo restituisce, contiene le informazioni sulla tabella dei metodi virtuali non gestite.

Restituisce

true se trovato, in caso contrario false.

Si applica a