G
Guest
Is there a programatic way in VB.NET to determine if a specific process is
running?
During an app update, I need to check if the component I'm about to replace
is running. In UNIX I'd use: PS | grep -i MyApp
Can this be done in .Net?
running?
During an app update, I need to check if the component I'm about to replace
is running. In UNIX I'd use: PS | grep -i MyApp
Can this be done in .Net?