CapeNameAttribute Class

Provides a text name 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 CapeNameAttribute : Attribute
Inheritance
Object    Attribute    CapeNameAttribute

Remarks

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

Constructors

CapeNameAttributeInitializes a new instance of the CapeDescriptionAttribute class.

Properties

NameGets the the name information.

Fields

Extension Methods

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

See Also