Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 454 Bytes

File metadata and controls

14 lines (10 loc) · 454 Bytes

ShellCommand.SetProcessStartInfo method

public static ProcessStartInfo SetProcessStartInfo(this string fileName, 
    string workingDirectory = "", string arguments = "", string verb = "", 
    bool createNoWindow = false)

See Also