Default implementation of IProcess using Process.

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

Syntax

C#
public class ProcessWrapper : IProcess, 
	IDisposable
Visual Basic (Declaration)
Public Class ProcessWrapper _
	Implements IProcess, IDisposable

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Concurrency..::.ProcessWrapper

See Also