VSWhereAll Class

Summary

The VSWhere tool that finds all instances regardless if they are complete.
graph BT Type-->Base0["VSWhereTool<VSWhereAllSettings>"] Base0-->Base1["Tool<VSWhereAllSettings>"] Base1-->Base2["object"] Type["VSWhereAll"] class Type type-node

Syntax

public sealed class VSWhereAll : VSWhereTool<VSWhereAllSettings>

Constructors

Name Summary
VSWhereAll(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Initializes a new instance of the VSWhereAll class.

Methods

Name Value Summary
All(VSWhereAllSettings) DirectoryPathCollection
Finds all instances regardless if they are complete.

Extension Methods

Name Value Summary
Dump<VSWhereAll>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<VSWhereAll>(VSWhereAll[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<VSWhereAll>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<VSWhereAll>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<VSWhereAll>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<VSWhereAll>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin