System::Diagnostics::ProcessStartInfo::set_FileName method

ProcessStartInfo::set_FileName method

Sets process file name.

void System::Diagnostics::ProcessStartInfo::set_FileName(const String &value)
ParameterTypeDescription
valueconst String&Process file name or path.

See Also