StrongNameSignerVerbosity Class

Assembly
Cake.StrongNameSigner.dll
Namespace
Cake.StrongNameSigner
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["StrongNameSignerVerbosity"] class Type type-node

Syntax

public sealed class StrongNameSignerVerbosity : Enum

Fields

Name Constant Value Summary
Changes 2
static
Default 0
static
Silent 4
static
Summary 3
static
value__
Verbose 1
static

Extension Methods

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