BuildManager.GetWorkerProcesses Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.