Name | Description | |
---|---|---|
![]() | NamespaceTable Constructor | Overloaded. |
The following tables list the members exposed by NamespaceTable.
Name | Description | |
---|---|---|
![]() | NamespaceTable Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Returns the number of entries in the table. (Inherited from Opc.Ua.StringTable) |
![]() | InstanceId | Returns a unique identifier for the table instance. Used to debug problems with shared tables. (Inherited from StringTable) |
![]() | SyncRoot | The synchronization object. (Inherited from StringTable) |
Name | Description | |
---|---|---|
![]() | Append | Adds a string to the end of the table. (Inherited from Opc.Ua.StringTable) |
![]() | CreateMapping | Creates a mapping between the URIs in a source table and the indexes in the current table. (Inherited from StringTable) |
![]() | GetIndex | Returns the index of the specified namespace uri. (Inherited from StringTable) |
![]() | GetIndexOrAppend | Returns the index of the specified namespace uri, adds it if it does not exist. (Inherited from StringTable) |
![]() | GetString | Returns the namespace uri at the specified index. (Inherited from StringTable) |
![]() | ToArray | Returns the contexts of the table. (Inherited from StringTable) |
![]() | Update | Updates the table of namespace uris. |