IIUnknownCacheStrategy.ConstructTableInfo Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Constrói uma IIUnknownCacheStrategy.TableInfo instância.
public:
System::Runtime::InteropServices::Marshalling::IIUnknownCacheStrategy::TableInfo ConstructTableInfo(RuntimeTypeHandle handle, System::Runtime::InteropServices::Marshalling::IIUnknownDerivedDetails ^ interfaceDetails, void* ptr);
public System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo ConstructTableInfo(RuntimeTypeHandle handle, System.Runtime.InteropServices.Marshalling.IIUnknownDerivedDetails interfaceDetails, void* ptr);
abstract member ConstructTableInfo : RuntimeTypeHandle * System.Runtime.InteropServices.Marshalling.IIUnknownDerivedDetails * nativeptr<unit> -> System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo
Parâmetros
- handle
- RuntimeTypeHandle
A alavanca do tipo runtime.
- interfaceDetails
- IIUnknownDerivedDetails
Os detalhes da interface.
- ptr
- Void*
O ponteiro para a instância a consultar.
Devoluções
A instância construída IIUnknownCacheStrategy.TableInfo para a informação fornecida.