CommandShell Class
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Represents a Command Shell step, which invokes the Windows Command Prompt and calls the specified application with the specified arguments.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Class CommandShell _ Inherits ActionStep |
| C# |
|---|
public class CommandShell : ActionStep |
| Visual C++ |
|---|
public ref class CommandShell : public ActionStep |
Remarks
Use the members of this class to specify which application to call, specify any arguments to pass to the application, and configure whether the rest of the stimulus profile waits for the Command Prompt to return before completing execution.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.CommandShell
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.CommandShell
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.