WarpPlatforms Class

Summary

The platform to use when creating the self-contained application.
Assembly
Cake.Warp.dll
Namespace
Cake.Warp
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["WarpPlatforms"] class Type type-node

Syntax

public sealed class WarpPlatforms : Enum

Fields

Name Constant Value Summary
LinuxX64 0
Create the application as a Linux x64 executable.
static
MacOSX64 1
Create the application as a Mac OSX x64 executable.
static
value__
WindowsX64 2
Create the application as a Windows x64 executable.
static

Extension Methods

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