Switch Class
- Updated2023-02-21
- 2 minute(s) read
Represents a Switch statement, which evaluates a TestExpression to determine which of multiple Cases to execute.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Class Switch _ Inherits Statement _ Implements IEquatable(Of Switch) |
C# |
---|
public class Switch : Statement, IEquatable<Switch> |
Visual C++ |
---|
public ref class Switch : public Statement, IEquatable<Switch^> |
Remarks
Use the members of this class to get or set the cases that the Switch statement contains and the expression it evaluates to determine which case to execute.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Switch
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Switch
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.