MonoApiInfoToolSettings Class

Summary

Tool settings for mono-api-info.
Assembly
Cake.MonoApiTools.dll
Namespace
Cake.MonoApiTools
Base Types
  • ToolSettings
graph BT Type-->Base0["ToolSettings"] Type["MonoApiInfoToolSettings"] class Type type-node

Syntax

public class MonoApiInfoToolSettings : ToolSettings

Constructors

Properties

Name Value Summary
FollowForwarders bool
GenerateAbi bool
GenerateContractApi bool
ResolvePaths FilePath[]
SearchPaths DirectoryPath[]
Gets or sets the paths to search for referenced assemblies.

Extension Methods

Name Value Summary
Dump<MonoApiInfoToolSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<MonoApiInfoToolSettings>(MonoApiInfoToolSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<MonoApiInfoToolSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<MonoApiInfoToolSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<MonoApiInfoToolSettings>(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<MonoApiInfoToolSettings>(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