IAttribute
Overview
This interface is used to retrieve information about attributes defined on external and internal members.
Location
- Reference: RemObjects.Elements.Cirrus.dll
- Namespace: RemObjects.Elements.Cirrus
Constructor
Returns the method this attribute is assigned to
property Constructor: IMethod read;
IMethod Constructor { get; }
var Constructor: IMethod { get{} }
IMethod Constructor { __get; }
ReadOnly Property Constructor() As IMethod
GetNamedParameterIsProperty
Returns the kind of member a named parameter is assigned to
Parameters:
- no: index
GetNamedParameterName
Returns the name of a named parameter
Parameters:
- no: index
GetNamedParameterValue
Returns the value assigned to a named parameter
Parameters:
- no: index
GetParameter
Returns the value assigned to a regular attribute parameter
Parameters:
- no: index
NamedParameterCount
Returns the number of named parameters
property NamedParameterCount: Int32 read;
Int32 NamedParameterCount { get; }
var NamedParameterCount: Int32 { get{} }
Int32 NamedParameterCount { __get; }
ReadOnly Property NamedParameterCount() As Int32
ParameterCount
Returns the number of regular parameters
property ParameterCount: Int32 read;
Int32 ParameterCount { get; }
var ParameterCount: Int32 { get{} }
Int32 ParameterCount { __get; }
ReadOnly Property ParameterCount() As Int32
Type
Returns the attribute type
Constructor
Returns the method this attribute is assigned to
property Constructor: IMethod read;
IMethod Constructor { get; }
var Constructor: IMethod { get{} }
IMethod Constructor { __get; }
ReadOnly Property Constructor() As IMethod
NamedParameterCount
Returns the number of named parameters
property NamedParameterCount: Int32 read;
Int32 NamedParameterCount { get; }
var NamedParameterCount: Int32 { get{} }
Int32 NamedParameterCount { __get; }
ReadOnly Property NamedParameterCount() As Int32
ParameterCount
Returns the number of regular parameters
property ParameterCount: Int32 read;
Int32 ParameterCount { get; }
var ParameterCount: Int32 { get{} }
Int32 ParameterCount { __get; }
ReadOnly Property ParameterCount() As Int32
Type
Returns the attribute type
GetNamedParameterIsProperty
Returns the kind of member a named parameter is assigned to
Parameters:
- no: index
GetNamedParameterName
Returns the name of a named parameter
Parameters:
- no: index
GetNamedParameterValue
Returns the value assigned to a named parameter
Parameters:
- no: index
GetParameter
Returns the value assigned to a regular attribute parameter
Parameters:
- no: index