A context cookie is used to unwind the context stack of the current thread to its previous state prior to a context having been entered.

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

Syntax

C#
public struct TestContextCookie : IDisposable
Visual Basic (Declaration)
Public Structure TestContextCookie _
	Implements IDisposable

See Also