C# Class System.Diagnostics.ProcessStartInfo

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ProcessStartInfo ( )
ProcessStartInfo ( string fileName )
ProcessStartInfo ( string fileName, string arguments )
ProcessStartInfo ( ) : System.Collections
ProcessStartInfo ( string fileName ) : System.Collections
ProcessStartInfo ( string fileName, string arguments ) : System.Collections

Method Details

ProcessStartInfo() public méthode

public ProcessStartInfo ( )

ProcessStartInfo() public méthode

public ProcessStartInfo ( string fileName )
fileName string

ProcessStartInfo() public méthode

public ProcessStartInfo ( string fileName, string arguments )
fileName string
arguments string

ProcessStartInfo() public méthode

public ProcessStartInfo ( ) : System.Collections
Résultat System.Collections

ProcessStartInfo() public méthode

public ProcessStartInfo ( string fileName ) : System.Collections
fileName string
Résultat System.Collections

ProcessStartInfo() public méthode

public ProcessStartInfo ( string fileName, string arguments ) : System.Collections
fileName string
arguments string
Résultat System.Collections