CapeVersionAttribute Class

Provides the CAPE-OPEN version number 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 CapeVersionAttribute : Attribute
Inheritance
Object    Attribute    CapeVersionAttribute

Remarks

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

Constructors

CapeVersionAttributeInitializes a new instance of the CapeVersionAttribute class.

Properties

VersionGets the the CAPE-OPEN version number.

Fields

Extension Methods

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

See Also