System.Diagnostics.ProcessStartInfo.ProcessStartInfo C# (CSharp) Method

ProcessStartInfo() public method

public ProcessStartInfo ( string fileName, string arguments )
fileName string
arguments string
        public ProcessStartInfo(string fileName, string arguments) { }
        public string Arguments { get { throw null; } set { } }

Same methods

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