IIUnknownCacheStrategy.TryGetTableInfo Método

Definição

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

A alavanca do tipo runtime.

info
IIUnknownCacheStrategy.TableInfo

Quando este método retorna, contém a informação da tabela de métodos virtuais não geridos.

Devoluções

true se for encontrado, caso contrário false.

Aplica-se a