C# Class c24.Runman.ProcessStartInfoExtensions

Afficher le fichier Open project: CHECK24/c24.Runman

Méthodes publiques

Méthode Description
WithArguments ( this info, string args ) : ProcessStartInfo
WithFileName ( this info, string filename ) : ProcessStartInfo

Method Details

WithArguments() public static méthode

public static WithArguments ( this info, string args ) : ProcessStartInfo
info this
args string
Résultat System.Diagnostics.ProcessStartInfo

WithFileName() public static méthode

public static WithFileName ( this info, string filename ) : ProcessStartInfo
info this
filename string
Résultat System.Diagnostics.ProcessStartInfo