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

ProcessStartInfo() public method

public ProcessStartInfo ( string fileName ) : System.Collections
fileName string
return System.Collections
        public ProcessStartInfo(string fileName)
        {
            _fileName = fileName;
        }

Same methods

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