CapeAboutAttribute Class

Provides text about information for the registration of a CAPE-OPEN object.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[AttributeUsageAttribute(AttributeTargets.Class)]
[ComVisibleAttribute(false)]
public class CapeAboutAttribute : Attribute
Inheritance
Object    Attribute    CapeAboutAttribute

Remarks

This attribute is used during the registration of a CAPE-OPEN object with the COM registry to set the value of the CapeDescription[About] registration key.

Constructors

CapeAboutAttributeInitializes a new instance of the CapeAboutAttribute class.

Properties

AboutGets the the about information.

Fields

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also