CapeNameAttribute Constructor

Initializes a new instance of the CapeDescriptionAttribute class.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public CapeNameAttribute(
	string name
)

Parameters

name  String
The CAPE-OPEN component description.

Remarks

The value of the description is used by the registration function to set the value of the CapeDescription[Description] registration key.

See Also