Namespace AnyPath.Managed
See the Basic Overview page for a description on how to use the AnyPath managed namespace.
Classes
FinderExtensions
Fluid syntax style extension methods for finders.
ImmutableFinderException
Occurs when an attempt is being made to modify the data on a Finder when a request is in flight.
ManagedDisposeExtensions
Provides extension methods to safely dispose of graph structs without having to worry about jobs that are still running on the graph.
Interfaces
IFinder
Common Finder functionality. This can be used if you need interoperability between different finders and their results.
IOptionReserver<TOption>
Can be used in conjunction with a IOptionValidator to reserve options
IOptionValidator<TOption>
Can be used in conjunction with an OptionFinder (First and Cheapest) to validate and/or reserve options.
Enums
ClearFinderFlags
Flags used to determine what data to keep when clearing a finder.