CmdWindow

Description

The CmdWindow class represents the Window console or command window and allows to run commands (e.g. copying file, mapping remote directory etc.) Open the cmd window with SystemHelpers.OpenCmdWindow(). Then you can run you own commands like so:

        var cmd = App.SystemHelpers.OpenCommandLineWindow();
        cmd.RunCommand($"my command");

CmdWindow Class

Namespace: Progile.TRIO.EnvironmentModel Assembly: Progile.TRIO.EnvironmentModel.Windows (in Progile.TRIO.EnvironmentModel.Windows.dll)

Inheritance Hierarchy:

Object Progile.TRIO.BaseModel.OnScreenElement Progile.TRIO.BaseModel.BaseScreen Progile.TRIO.EnvironmentModel.Window Progile.TRIO.EnvironmentModel.CmdWindow

Constructors

Syntax:

public CmdWindow(
	ITester t,
	ISystemHelper systemHelpers
)

Methods

Protected Properties

Last updated