Compartir a través de


IIUnknownCacheStrategy.TrySetTableInfo Método

Definición

Intenta establecer el objeto asociado IIUnknownCacheStrategy.TableInfo.

public:
 bool TrySetTableInfo(RuntimeTypeHandle handle, System::Runtime::InteropServices::Marshalling::IIUnknownCacheStrategy::TableInfo info);
public bool TrySetTableInfo (RuntimeTypeHandle handle, System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo info);
abstract member TrySetTableInfo : RuntimeTypeHandle * System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy.TableInfo -> bool
Public Function TrySetTableInfo (handle As RuntimeTypeHandle, info As IIUnknownCacheStrategy.TableInfo) As Boolean

Parámetros

handle
RuntimeTypeHandle

Identificador de tipo en tiempo de ejecución.

info
IIUnknownCacheStrategy.TableInfo

Información de la tabla de métodos virtuales no administrados.

Devoluciones

true es si se establece; de lo contrario false, es .

Se aplica a