dotnet / dotnet.github.io

The source for the dotnet.github.io site

Home Page:https://dotnet.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is Disposed Event on System.Diagnostics.Process?

opened this issue · comments

Sorry in advance if this not the appropriate place to post this issue.

How to execute cleanup code on Dispose event of System.Diagnostics.Process? Could you please point out if there is a different way of doing this?

Why do you need cleanup on Disposed? Wouldn't Exited be enough for you?