CommandShell.HideCommandShellWindow Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets a value indicating whether the application runs in an inaccessible Command Prompt window.
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 Property HideCommandShellWindow As Boolean |
| C# |
|---|
public bool HideCommandShellWindow { get; set; } |
| Visual C++ |
|---|
public: property bool HideCommandShellWindow { bool get (); void set (bool value); } |
Property Value
true (True in Visual Basic) if the application runs in an inaccessible Command Prompt window.
Remarks
If both RedirectStandardError and RedirectStandardOutput are false (False in Visual Basic) and you set this property to true (True in Visual Basic), that value is ignored.