August 2003
Intermediate to advanced
928 pages
32h 1m
English
ClassInterfaceAttribute
This attribute specifies the
interface that
should be exposed to COM when you generate a type library. See
ClassInterfaceType for the possible arguments to
this attribute.
public sealed class ClassInterfaceAttribute : Attribute { // Public Constructors public ClassInterfaceAttribute(ClassInterfaceTypeclassInterfaceType); public ClassInterfaceAttribute(shortclassInterfaceType); // Public Instance Properties public ClassInterfaceType Value{get; } }
System.Object
→
System.Attribute
→
ClassInterfaceAttribute
Assembly, Class