Show / Hide Table of Contents

Class Configuration

Build configurations.

Inheritance
object
Enumeration
Configuration
Inherited Members
Enumeration.Equals(Enumeration)
Enumeration.Equals(object)
Enumeration.GetHashCode()
Enumeration.ToString()
Enumeration.Value
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Microsoft.XboxStudios.NukeExt
Assembly: NukeExt.Components.dll
Syntax
[TypeConverter(typeof(Enumeration.TypeConverter<Configuration>))]
public class Configuration : Enumeration

Fields

View Source

Debug

A debug build.

Declaration
public static readonly Configuration Debug
Field Value
Type Description
Configuration
View Source

Release

A release build.

Declaration
public static readonly Configuration Release
Field Value
Type Description
Configuration

Operators

View Source

implicit operator string(Configuration)

Converts the configuration to a string.

Declaration
public static implicit operator string(Configuration configuration)
Parameters
Type Name Description
Configuration configuration

The configuration.

Returns
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX