Searched refs:Arguments (Results 1 – 6 of 6) sorted by relevance
53 var command = sudoProcess.StartInfo.FileName + " " + sudoProcess.StartInfo.Arguments; in EnsureSudoProcess()54 sudoProcess.StartInfo.Arguments = SudoDecorateCommand(sudoName, command, description); in EnsureSudoProcess()
1188 verifyProc.StartInfo.Arguments = command; in IsCommandAvaialble()
166 Arguments = parts[1]; in ParsedCommand()180 Arguments = arguments; in ParsedCommand()205 public string Arguments { get; } = ""; property in Antmicro.Renode.Peripherals.Network.AtCommandModem.ParsedCommand
321 var argumentsString = parsed.Arguments; in HandleCommand()
176 …process.StartInfo.Arguments = string.Format("{0} {1} true", DynamicModuleSpawner.GetTAPHelper(), d… in Init()
174 tapctlProcess.StartInfo.Arguments = $"create --name {InterfaceName}"; in Init()