InterfaceType
attributeWhen placed on an interface, the InterfaceType
attribute specifies the manner in which the interface is treated in COM.
[AttributeUsage(AttributeTargets.Interface)] public class InterfaceTypeAttribute: System.Attribute { public InterfaceTypeAttribute(System.Interop.ComInterfaceType value) {…} public System.Interop.ComInterfaceType Value { get {…} } }