mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update documents
This commit is contained in:
parent
f1f7309762
commit
e8c03c61d8
1 changed files with 2 additions and 2 deletions
|
|
@ -587,8 +587,8 @@ namespace Flow.Launcher.Plugin
|
|||
/// <remarks>
|
||||
/// It can help to start a deelevated process when Flow is running as administrator.
|
||||
/// </remarks>
|
||||
/// <param name="filePath">File path of the process to start. It can be an executable file or a script file</param>
|
||||
/// <param name="workingDirectory">Working directory of the process. If not specified, the current directory will be used</param>
|
||||
/// <param name="filePath">Absolute file path. It can be an executable file or a script file</param>
|
||||
/// <param name="workingDirectory">Working directory. If not specified, the current directory will be used</param>
|
||||
/// <param name="arguments">Optional arguments to pass to the process. If not specified, no arguments will be passed</param>
|
||||
/// <param name="runAsAdmin">Whether to run the process as administrator</param>
|
||||
public void StartProcess(string filePath, string workingDirectory, string arguments = "", bool runAsAdmin = false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue