C# Class System.Diagnostics.ProcessStartInfo

Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public ProcessStartInfo ( )

ProcessStartInfo() public method

public ProcessStartInfo ( string fileName )
fileName string

ProcessStartInfo() public method

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

ProcessStartInfo() public method

public ProcessStartInfo ( ) : System.Collections
return System.Collections

ProcessStartInfo() public method

public ProcessStartInfo ( string fileName ) : System.Collections
fileName string
return System.Collections

ProcessStartInfo() public method

public ProcessStartInfo ( string fileName, string arguments ) : System.Collections
fileName string
arguments string
return System.Collections