Share via


IIUnknownCacheStrategy.TryGetTableInfo Método

Definição

Tenta obter o associado 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

O identificador de tipo de runtime.

info
IIUnknownCacheStrategy.TableInfo

Quando esse método retorna, contém as informações da tabela de método virtual não gerenciada.

Retornos

true se encontrado, caso contrário false, .

Aplica-se a