Processor Class

Summary

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

Syntax

public sealed class Processor : Enum

Fields

Name Constant Value Summary
Amd64 3
A 64-bit AMD processor only.
static
IA64 2
A 64-bit Intel processor only.
static
Msil 0
Neutral with respect to processor and bits-per-word.
static
value__
X86 1
A 32-bit Intel processor, either native or in the Windows on Windows environment on a 64-bit platform (WOW64).
static

Extension Methods

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