Class COMArray
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
COMArray()
Array to emulate COM list, to have a common API accross all AgentLink implementations
Array in readonly for client.
|
| Field Attributes | Field Name and Description |
|---|---|
|
- the number of objects in the array
|
| Method Attributes | Method Name and Description |
|---|---|
|
Item(idx)
|
Class Detail
COMArray()
Array to emulate COM list, to have a common API accross all AgentLink implementations
Array in readonly for client.
Field Detail
{number}
Count
- the number of objects in the array
Method Detail
{object}
Item(idx)
- Parameters:
- {number} idx
- - The index of object to return
- Returns:
- {object} - The object for the Index specified