Share via


NodeKind Enumeration

Describes the kind of a node.

Namespace: Microsoft.SpecExplorer.ObjectModel
Assembly: Microsoft.SpecExplorer.ObjectModel (in Microsoft.SpecExplorer.ObjectModel.dll)

Usage

'Usage

Syntax

'Declaration
[SerializableAttribute] 
public enum NodeKind

Members

Member name Description
Array The node represents an array value.
CompoundValue The node represents a compound value.
Constraints The node represents a set of constraints.
Frame The node represents a frame.
NodeReference The node represents a reference to another node.
Object The node represents an object.
ObjectReference The node represents an object reference.
Probes The node represents a probe.
State The node represents a state.
Struct The node represents a struct value.
Thread The node represents a thread.
Translation The node represents a type translation from a model type to an implementation type.
Type The node represents a type.
Value The node represents a constraint or a field value (leaf node).

Platforms

Development Platforms

Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP SP2 or later, Microsoft Windows Server 2008, Microsoft Windows Server 2003

See Also

Reference

Microsoft.SpecExplorer.ObjectModel Namespace