Namespaces

Types in Fake

Type MSBuildVerbosity

Namespace Fake

Interfaces IEquatable<MSBuildVerbosity>, IStructuralEquatable, IComparable<MSBuildVerbosity>, IComparable, IStructuralComparable

Methods

Properties

Public instance methods

int CompareTo(MSBuildVerbosity obj)

bool Equals(MSBuildVerbosity obj)

bool get_IsDetailed()

bool get_IsDiagnostic()

bool get_IsMinimal()

Public static methods

MSBuildVerbosity get_Detailed()

MSBuildVerbosity get_Diagnostic()

MSBuildVerbosity get_Minimal()

Public properties

MSBuildVerbosity Detailed get;

MSBuildVerbosity Diagnostic get;

bool IsDetailed get;

bool IsDiagnostic get;

bool IsMinimal get;

bool IsNormal get;

bool IsQuiet get;

MSBuildVerbosity Minimal get;

MSBuildVerbosity Normal get;

MSBuildVerbosity Quiet get;

int Tag get;