ComWrappers.ComInterfaceDispatch Estructura
Definición
Interfaz binaria de una aplicación para distribuir funciones de una interfaz COM.An application binary interface for function dispatch of a COM interface.
public: value class ComWrappers::ComInterfaceDispatch
public struct ComWrappers.ComInterfaceDispatch
type ComWrappers.ComInterfaceDispatch = struct
Public Structure ComWrappers.ComInterfaceDispatch
- Herencia
Campos
Vtable |
Campo que representa la tabla de función virtual (vtable) en el diseño de la instancia IUnknown.Field that represents the virtual function table (vtable) in the IUnknown instance layout. |
Métodos
GetInstance<T>(ComWrappers+ComInterfaceDispatch*) |
Cuando hay un valor IntPtr de un objeto VTable generado, lo convierte al tipo de destino.Given an IntPtr from a generated Vtable, converts it to the target type. |