c# - How did my process exit? -


from c# on windows box, there way find out how process stopped? i've had @ process class, managed nice friendly callback exited event once set enableraisingevents = true; have not managed find out whether process killed or whether exited naturally?

fire process monitor (from sysinternals, part of microsoft), run process , let die, filter process monitor results process name -- able see did, including exit codes.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -