Describes a policy for obtaining paths of special resources such as temporary directories and user profile settings files.

Namespace:  Gallio.Common.Policies
Assembly:  Gallio (in Gallio.dll) Version: 3.4.0.0 (3.4.11.0)

Syntax

C#
public class SpecialPathPolicy
Visual Basic (Declaration)
Public Class SpecialPathPolicy

Remarks

The policy is broken down into partitions based on their common purpose. The idea is that Gallio will try to keep related resources together within a directory named after the partition. As an additional safeguard, all paths returned by this policy will be grouped within a folder called "Gallio".

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Policies..::.SpecialPathPolicy

See Also