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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -