set_FileName()

ProcessStartInfo::set_FileName(const String&) method

Sets process file name.

void System::Diagnostics::ProcessStartInfo::set_FileName(const String &value)

Arguments

ParameterTypeDescription
valueconst String&Process file name or path.

See Also