C# Class PoshInternals.CreateProcessHelper

Afficher le fichier Open project: adamdriscoll/PoshInternals

Méthodes publiques

Méthode Description
CreateProcess ( string commandLine, string desktop = null, string workingDirectory = null ) : Process

Method Details

CreateProcess() public static méthode

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