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

Namespace:  XllPlus
Assembly:  Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

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