System.Runtime.InteropServices.InterfaceTypeAttribute.InterfaceTypeAttribute C# (CSharp) Méthode

InterfaceTypeAttribute() public méthode

public InterfaceTypeAttribute ( ComInterfaceType interfaceType ) : System
interfaceType ComInterfaceType
Résultat System
        public InterfaceTypeAttribute(ComInterfaceType interfaceType)
        {
            _val = interfaceType;
        }
        public InterfaceTypeAttribute(short interfaceType)

Same methods

InterfaceTypeAttribute::InterfaceTypeAttribute ( short interfaceType ) : System
InterfaceTypeAttribute