ProcessStartInfo()

ProcessStartInfo::ProcessStartInfo() constructor

Creates empty start info object.

System::Diagnostics::ProcessStartInfo::ProcessStartInfo()

ProcessStartInfo::ProcessStartInfo(const String&) constructor

Creates start info object.

System::Diagnostics::ProcessStartInfo::ProcessStartInfo(const String &fileName)

Arguments

ParameterTypeDescription
fileNameconst String&File name or path.

ProcessStartInfo::ProcessStartInfo(const String&, const String&) constructor

Creates start info object.

System::Diagnostics::ProcessStartInfo::ProcessStartInfo(const String &fileName, const String &arguments)

Arguments

ParameterTypeDescription
fileNameconst String&File name or path.
argumentsconst String&Process arguments.

See Also