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 | |
---|---|---|
Description | A description of this state. | |
Flags | The flags of this state. | |
IsVirtual | Whether this state is a invisible state. | |
Label | A label of this state that can identify a state. | |
Probes | Probes on this state. | |
RelationKind | The kind of relation between this state and its representative. | |
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 | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) | |
TryGetProbesByName | Try to get probes by name. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top