DOMNoInterfaceObjectAttribute Class

DOMNoInterfaceObjectAttribute class

If the [NoInterfaceObject] extended attribute appears on an interface, it indicates that an interface object will not exist for the interface in the ECMAScript binding.

[AttributeUsage(AttributeTargets.All)]
public sealed class DOMNoInterfaceObjectAttribute : Attribute

Constructors

NameDescription
DOMNoInterfaceObjectAttribute()The default constructor.

See Also