NodeId Class

CVB.Net Documentation
Unique identifier for a single NodeBase.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Foundation.OpcUaNodeId
    Stemmer.Cvb.Foundation.OpcUaGuidNodeId
    Stemmer.Cvb.Foundation.OpcUaNumericNodeId
    Stemmer.Cvb.Foundation.OpcUaOpaqueNodeId
    Stemmer.Cvb.Foundation.OpcUaStringNodeId

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public abstract class NodeId : INativeHandle, 
	IDisposable, IEquatable<NodeId>

The NodeId type exposes the following members.

Constructors

  NameDescription
Protected methodNodeId
Creates a new node id from the given handle.
Top
Properties

  NameDescription
Public propertyHandle
Native CVB OPCNID handle.
Public propertyIsDisposed
Tests whether the native handle has been disposed.
Public propertyNamespaceIndex
Gets the namespace index (or page) this identifier belongs to.
Top
Methods

  NameDescription
Public methodDispose
Disposes the native object wrapped by this object immediately.
Protected methodDispose(Boolean)
IDispose helper function.
Public methodEquals(Object)
Equality-compares this NodeId with the other one.
(Overrides ObjectEquals(Object).)
Public methodEquals(NodeId)
Equality-compares this NodeId with the other one.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromHandle(IntPtr)
Creates a new NodeId object from the given handle.
Public methodStatic memberFromHandle(IntPtr, ShareObject)
Creates a new NodeId object from the given handle.
Public methodGetHashCode
Gets the hash code for this NodeId.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the string representation of this NodeId.
(Overrides ObjectToString.)
Top
Events

  NameDescription
Public eventObjectDisposing
Raised when this object is about to be disposed via the Dispose method.
Top
Remarks

These IDs can have different types. To create one use one of these (like StringNodeId.
See Also

Reference