VeriStand .NET API Reference

Dictionary Class

Represents a dictionary, which is an associative array. You can set dictionaries as values for CustomDevice and TimingAndSyncDevice items.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Class Dictionary _
	Implements ICloneable
C#
public class Dictionary : ICloneable
Visual C++
public ref class Dictionary : ICloneable

Remarks

Use the members of this class to create dictionaries and add and remove elements from them.

Accessing this Class

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.SystemDefinitionAPI.Dictionary

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