The process isolation object saves global process-level context information when it is created and restores it when it is disposed.

Namespace:  Gallio.Framework.Pattern
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public sealed class ProcessIsolation : IDisposable
Visual Basic (Declaration)
Public NotInheritable Class ProcessIsolation _
	Implements IDisposable

Remarks

The following context information is saved and restored:

  • The current working directory

Inheritance Hierarchy

System..::.Object
  Gallio.Framework.Pattern..::.ProcessIsolation

See Also