terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ToString()

override string System.Diagnostics.Process.ToString ( )
inline

Definition at line 587 of file Process.cs.

588 {
589 if (this.haveProcessId || this.haveProcessHandle)
590 {
591 string processName = this.ProcessName;
592 if (processName._stringLength != 0)
593 {
595 string text = base.ToString();
596 return string.Format(currentCulture, "{0} ({1})", text, processName);
597 }
598 }
599 return base.ToString();
600 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo CurrentCulture

References System.Globalization.CultureInfo.CurrentCulture, System.Diagnostics.Process.haveProcessHandle, System.Diagnostics.Process.haveProcessId, j__TPar, System.Diagnostics.Process.ProcessName, System.text, and System.Globalization.CultureInfo.ToString().