Egor Bogatov
|
cf69b47259
NS2.1: System.IO, System.Reflection.Emit, etc (#12854)
|
6 years ago |
Jonathon Rossi
|
0cdb35fa47
Fix starting process with empty environment incorrectly inherits all variables (#11630)
|
7 years ago |
Jay Krell
|
c4d2d34c4f
Fix process leak in process enumeration. (#10156)
|
7 years ago |
Rodrigo Kumpera
|
3eaa5c2f48
[System] When doing process redirect, use Console.OutputEncoding instead of Console.Out.Encoding. (#8438)
|
7 years ago |
Ludovic Henry
|
ba40387f50
[w32process] Ensure process_handle is a legal value (#6449)
|
8 years ago |
Zoltan Varga
|
03ea90cf1f
[bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843)
|
8 years ago |
Rodrigo Kumpera
|
cfc5d4fb3d
[System] Fix handle leak in Process::GetProcess.
|
8 years ago |
Alexander Köplinger
|
e0e93f396d
[System] Rename method parameters to match .NET contract
|
8 years ago |
Ludovic Henry
|
ecf2510108
[process] Improve error message for inaccessible process (#4354)
|
9 years ago |
Ludovic Henry
|
41fced547f
[process] Fix Process.GetProcessesByName (#4351)
|
9 years ago |
Marek Safar
|
b572846271
[System] Cleanup some warnings
|
9 years ago |
Ludovic Henry
|
31f90b9db6
[Process] Concatenate envirnoment key and value in managed
|
9 years ago |
Ludovic Henry
|
28d3e31a97
[Process] Rename proc_info to procInfo
|
9 years ago |
Ludovic Henry
|
2cc94a2eef
[io-layer] Remove FormatMessage (#4055)
|
9 years ago |
Ludovic Henry
|
d2ad946be6
[process] Allocate a handle even for non-child processes (#3905)
|
9 years ago |
Ludovic Henry
|
a39f7fce21
[Process] Fix handle leak on child process Creation
|
9 years ago |
Ludovic Henry
|
08a631d96d
[Process] Set haveProcessHandle to true when setting m_processHandle
|
9 years ago |
Vincent Povirk
|
b151d03acb
[System.Diagnostics] Return dummy value from Process.SessionId.
|
9 years ago |
Ludovic Henry
|
00b5517dd3
[System] Import System.Diagnostics.Process
|
10 years ago |
Ludovic Henry
|
f74f703719
Revert "[System] Import System.Diagnostics.Process"
|
10 years ago |
Ludovic Henry
|
d30e99d172
[System] Import System.Diagnostics.Process
|
10 years ago |
Ludovic Henry
|
47d80e598b
[Process] Fix possible double call to Begin(Output|Error)ReadLine
|
10 years ago |
Ludovic Henry
|
0a53cf8c92
[Process] Fix NullReferenceException in AsyncStreamReader.ReadBuffer after disposing the Process
|
10 years ago |
Ludovic Henry
|
75ea2386a1
[Process] Use ReferenceSource process async output/error reader
|
10 years ago |
Marek Safar
|
f105ad2620
[System] Fixes Process::WaitForExit to honour EnableRaisingEvents setting
|
10 years ago |
Rolf Bjarne Kvinge
|
a9ca27bcaa
[mscorlib][System] Use PlatformNotSupportedException instead of NotSupportedException when it makes sense.
|
10 years ago |
Rolf Bjarne Kvinge
|
828d7d782b
[System] Remove Process.Start and related API from TvOS/WatchOS.
|
10 years ago |
Konrad M. Kruczynski
|
e348cf2a80
Caller of Exited event should wait for process to exit in background.
|
10 years ago |
Ludovic Henry
|
76a1b2fbff
[Process] Catch the closing of handle
|
10 years ago |
Ludovic Henry
|
0d7364c4e4
[Process] Do not count the output/error wait in the timeout of WaitForExit
|
10 years ago |