Base:
3 overrides of ToString
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (1)
1385public override string ToString()
System\Diagnostics\ProcessModule.cs (1)
60public override string ToString() => $"{base.ToString()} ({ModuleName})";
System.Management (1)
artifacts\obj\System.Management\Debug\net9.0\System.Management.notsupported.cs (1)
330public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
2 references to ToString
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (1)
1387string result = base.ToString();
System\Diagnostics\ProcessModule.cs (1)
60public override string ToString() => $"{base.ToString()} ({ModuleName})";