Method | Description | |
---|---|---|
Browse ( |
Browses the address space and returns the references found.
|
|
Browse ( |
Browses the address space and returns the references found.
|
|
BrowseSuperTypes ( |
Browses the address space and returns all of the supertypes of the specified type node.
|
|
CollectInstanceDeclarations ( |
Collects instance declarations nodes from with a type.
|
|
CollectInstanceDeclarations ( |
Collects instance declarations nodes from with a type.
|
|
TranslateBrowsePaths ( |
Returns the node ids for a set of relative paths.
|
Method | Description | |
---|---|---|
FindTargetOfReference ( |
Finds the targets for the specified reference.
|
|
UpdateInstanceDescriptions ( |
Finds the targets for the specified reference.
|
public static Browse ( |
||
session | The session. | |
nodeToBrowse | BrowseDescription | The NodeId for the starting node. |
throwOnError | bool | if set to |
return | ReferenceDescriptionCollection |
public static Browse ( |
||
session | The session. | |
nodesToBrowse | BrowseDescriptionCollection | The set of browse operations to perform. |
throwOnError | bool | if set to |
return | ReferenceDescriptionCollection |
public static BrowseSuperTypes ( |
||
session | The session. | |
typeId | NodeId | The NodeId for a type node in the address space. |
throwOnError | bool | if set to |
return | ReferenceDescriptionCollection |
public static CollectInstanceDeclarations ( |
||
session | ||
mapper | ||
typeId | NodeId | |
parent | ||
instances | List |
|
map | AeEventAttribute>.IDictionary | |
return | void |
public static CollectInstanceDeclarations ( |
||
session | ||
mapper | ||
node | NodeState | |
parent | ||
instances | List |
|
map | AeEventAttribute>.IDictionary | |
return | void |
public static TranslateBrowsePaths ( |
||
session | An open session with the server to use. | |
startNodeId | NodeId | The starting node for the relative paths. |
namespacesUris | NamespaceTable | The namespace URIs referenced by the relative paths. |
return | List |