August 2003
Intermediate to advanced
928 pages
32h 1m
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 CoClassAttribute(Type coClass);
// Public Instance Properties
public Type CoClass{get; }
}
System.Object
→
System.Attribute
→
CoClassAttribute
Interface