Compartir a través de


IIUnknownCacheStrategy.TryGetTableInfo Método

Definición

Intenta obtener el objeto asociado 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

Parámetros

handle
RuntimeTypeHandle

Identificador de tipo en tiempo de ejecución.

info
IIUnknownCacheStrategy.TableInfo

Cuando este método devuelve, contiene la información de la tabla de métodos virtuales no administrados.

Devoluciones

true Es si se encuentra; de lo contrario false, es .

Se aplica a