System.Runtime.InteropServices.InterfaceTypeAttribute.InterfaceTypeAttribute C# (CSharp) Method

InterfaceTypeAttribute() public method

public InterfaceTypeAttribute ( ComInterfaceType interfaceType ) : System
interfaceType ComInterfaceType
return System
        public InterfaceTypeAttribute(ComInterfaceType interfaceType)
        {
            _val = interfaceType;
        }
        public InterfaceTypeAttribute(short interfaceType)

Same methods

InterfaceTypeAttribute::InterfaceTypeAttribute ( short interfaceType ) : System
InterfaceTypeAttribute