Compartir a través de


Node Members

A class to represent a node in state content. It can be value, frame, thread, etc...

The following tables list the members exposed by the Node type.

Public Constructors

  Name Description
  Node Overloaded.  

Top

Public Properties

  Name Description
public property Kind Kind of the node.
public property NameIndex Name index which points to the shared value table.
public property NameIndexSpecified This property is intended to be used by the XML serialization framework only.
public property SubNodes Sub nodes of this node.
public property TypeIndex Type index which points to shared value table.
public property TypeIndexSpecified This property is intended to be used by the XML serialization framework only.
public property ValueIndex Value index which points to shared value table.
public property ValueIndexSpecified This property is intended to be used by the XML serialization framework only.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals Overridden. Value equality for this node.
public method GetHashCode Overridden. Calculates hash code for this node.
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

Node Class
Microsoft.SpecExplorer.ObjectModel Namespace