Default implementation of IProcessFinder using Process.

Namespace:  Gallio.Common.Concurrency
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class ProcessFinder : IProcessFinder
Visual Basic (Declaration)
Public Class ProcessFinder _
	Implements IProcessFinder

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Concurrency..::.ProcessFinder

See Also