IManagedWrapper<TComInterface1, TComInterface2>
interface IManagedWrapper<TComInterface1, TComInterface2> : IManagedWrapper where TComInterface1 : ValueType modreq(System.Runtime.InteropServices.UnmanagedType), IVTable, IComIID where TComInterface2 : ValueType modreq(System.Runtime.InteropServices.UnmanagedType), IVTable, IComIID
Apply to a class to apply a COM callable wrapper of the given TComInterface1 and
TComInterface2. The class must also derive from both of the given COM wrapper
struct's nested Interface.