Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AddExcludePath(string)

Declaration

public void AddExcludePath(
    string path
)

Summary

Makes the specified path and all subpaths excluded from the set of paths.

Remarks

The exact way in which this call affects PathManager.Paths is not part of the contract. This method only guarantees that this path and all subpaths will not be part of the set after the call returns.