Class Configuration
Build configurations.
Inherited Members
Enumeration.Equals(Enumeration)
Enumeration.GetHashCode()
Enumeration.ToString()
Enumeration.Value
Namespace: Microsoft.XboxStudios.NukeExt
Assembly: NukeExt.Components.dll
Syntax
[TypeConverter(typeof(Enumeration.TypeConverter<Configuration>))]
public class Configuration : Enumeration
Fields
View SourceDebug
A debug build.
Declaration
public static readonly Configuration Debug
Field Value
| Type | Description |
|---|---|
| Configuration |
Release
A release build.
Declaration
public static readonly Configuration Release
Field Value
| Type | Description |
|---|---|
| Configuration |
Operators
View Sourceimplicit 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 |