IAttribute Interface

From The Oxygene Language Wiki

Jump to:navigation, search

This is a Language topic
Feel free to add your notes to this topic below.


IAttribute = public interface

This interface is used to retrieve information about attributes defined on external and internal members.

Namespace: Cirrus


Members

Method
Description
GetNamedParameterIsProperty(no: Integer): BooleanReturns the kind of member a named parameter is assigned to
GetNamedParameterName(no: Integer): StringReturns the name of a named parameter
GetNamedParameterValue(no: Integer): ValueReturns the value assigned to a named parameter
GetParameter(no: Integer): ValueReturns the value assigned to a regular attribute parameter


Properties

Property
Description
Constructor: IMethodReturns the method this attribute is assigned to
NamedParameterCount: IntegerReturns the number of named parameters
ParameterCount: IntegerReturns the number of regular parameters
Type: ITypeReturns the attribute type


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox