The XllAttributes type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XllAttributes |
Creates a new instance of XllAttributes.
|
Methods
Name | Description | |
---|---|---|
Clone |
Returns a deep copy of the current instance.
| |
Compare |
Compares two XllAttributes instances.
| |
CompareTo |
Compares two XllAttributes instances.
| |
IsDefault |
Returns whether the XllAttributes' properties are all set to default values.
| |
Normalize |
Removes all properties which conain default values.
|
Properties
Name | Description | |
---|---|---|
XllArgument |
Applies to the current parameter.
Ignored if the XllAttributes set is not applied
to the parameter of a method or indexed property.
| |
XllAssembly |
Applies to all classes in the current assembly.
Ignored if the XllAttributes set is not applied
to an assembly.
| |
XllClassExport |
Applies to all classes in the current type.
Ignored if the XllAttributes set is not applied
to a type.
| |
XllFunction |
Applies to the current method or property.
Ignored if the XllAttributes set is not applied
to a method or property.
| |
XllIgnore |
Applies to the current method or property.
Ignored if the XllAttributes set is not applied
to a method or property.
| |
XllMacro |
Applies to the current method.
Ignored if the XllAttributes set is not applied
to a method, or if the method has a return value.
|