Share via


State Members

A class representing a state.

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

Public Constructors

  Name Description
  State  

Top

Public Properties

  Name Description
public property Description A description of this state.
public property Flags The flags of this state.
public property IsVirtual Whether this state is a invisible state.
public property Label A label of this state that can identify a state.
public property Probes Probes on this state.
public property RelationKind The kind of relation between this state and its representative.
public property RepresentativeState A state that represents this state in a way determined by StateRelationKind. Can be null.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)
public method TryGetProbesByName Try to get probes by name.

Top

Protected Methods

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

Top

See Also

Reference

State Class
Microsoft.SpecExplorer.ObjectModel Namespace