Holds a complete set of XLL export attributes for a member.

Namespace:  XllPlus
Assembly:  Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)

Syntax

C#
public class XllAttributes : IComparable, 
	ICloneable
Visual Basic (Declaration)
Public Class XllAttributes _
	Implements IComparable, ICloneable
Visual C++
public ref class XllAttributes : IComparable, 
	ICloneable

Remarks

The properties of the class include optional instances of each of the XLL export attributes: XllAssemblyExportAttribute, XllClassExportAttribute, XllFunctionAttribute, XllMacroAttribute and XllArgumentAttribute. XllIgnoreAttribute is reperesented by a boolean property.

Inheritance Hierarchy

System..::.Object
  XllPlus..::.XllAttributes

See Also