C# Class PoshInternals.CreateProcessHelper

Mostra file Open project: adamdriscoll/PoshInternals

Public Methods

Method Description
CreateProcess ( string commandLine, string desktop = null, string workingDirectory = null ) : Process

Method Details

CreateProcess() public static method

public static CreateProcess ( string commandLine, string desktop = null, string workingDirectory = null ) : Process
commandLine string
desktop string
workingDirectory string
return System.Diagnostics.Process