March 2002
Intermediate to advanced
864 pages
31h 8m
English
CoClassAttribute
This attribute describes the class ID of a coclass that was imported from a type library.
public sealed class CoClassAttribute : Attribute { // Public Constructors public method CoClassAttribute(Type coClass); // Public Instance Properties public field Type CoClass{get; } }
System.Object→System.Attribute→CoClassAttribute
Interface