BuildManager.GetWorkerProcesses Method

Definition

Point in time snapshot of all worker processes leveraged by this BuildManager. This is meant to be used by VS. External users should not this is only best-effort, point-in-time functionality without guarantee of 100% correctness and safety.

public:
 System::Collections::Generic::IEnumerable<System::Diagnostics::Process ^> ^ GetWorkerProcesses();
public System.Collections.Generic.IEnumerable<System.Diagnostics.Process> GetWorkerProcesses();
member this.GetWorkerProcesses : unit -> seq<System.Diagnostics.Process>
Public Function GetWorkerProcesses () As IEnumerable(Of Process)

Returns

Enumeration of Process objects that were valid during the time of call to this function.

Applies to