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