VeriStand .NET API Reference

Table of Contents

AbstractLoop Class

Represents the abstract base class from which all loop statements derive.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public MustInherit Class AbstractLoop _
	Inherits Statement
C#
public abstract class AbstractLoop : Statement
Visual C++
public ref class AbstractLoop abstract : public Statement

Remarks

AbstractLoop provides an abstract base class for loop statements within the NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi namespace.

Inheritance Hierarchy

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.

See Also

Log in to get a better experience