Proper Disposal of Dewesoft With DCOM

  • Developers
  • Proper Disposal of Dewesoft With DCOM
Benjamin Watson

Posted on 31.05.2018 19:46

Using Visual Studio (C#) application to control Dewesoft. Can't find a method to dispose Dewesoft. Currently using this:

foreach (var process in Process.GetProcessesByName("Dewesoftx"))

{
process.Kill();
}

Is there a supported method for proper disposal of Dewesoft?



Urban Baš
Software Test Engineer I
Posted on 01.06.2018 15:22

Here is a link to our DCOM python example. In the example it is also show how to close Dewesoft. I think something similar can be done in C#.

Benjamin Watson

Posted on 01.06.2018 19:20

Urban,

Thank you for the example, it answered my question.

Login to reply to this topic. If you don't have account yet, you can signup for free account .