Thanks for the addition peter. I understand that I cannot use UiPath.Core.Activities.GetProcesses
as a method. Is the entire namespace out of the question?
the usage of an activity within an invoke code would be different ( But for your case we suggest the Process.GetProcesses or Process.GetProcessesByName(…) )
intelisense gives us some details if class is offering a property / method
for code statements from the .Net / VB.Net base we can refer to intelisense or the Microsoft docs docu