Search notes:

System.Runtime.InteropServices.InterfaceTypeAttribute

System.Runtime.InteropServices.InterfaceTypeAttribute indicates whether a managed interface is dual, dispatch-only or IUnknown-only when exposed to COM.
The value of InterfaceTypeAttribute can be set to a field of the enumeration System.Runtime.InteropServices.ComInterfaceType.

See also

System.Runtime.InteropServices.ComImportAttribute

Index