CapeDescriptionAttribute Class

Provides a text description 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)
[ComVisibleAttribute(false)]
[AttributeUsageAttribute(AttributeTargets.Class)]
public class CapeDescriptionAttribute : Attribute
Inheritance
Object    Attribute    CapeDescriptionAttribute

Remarks

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

Constructors

CapeDescriptionAttributeInitializes a new instance of the CapeDescriptionAttribute class.

Properties

DescriptionGets the the description information.

Fields

Extension Methods

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

See Also