Summary
Target platform the application will build for.
- Assembly
- Rocket
.Surgery .Nuke .Xamarin .dll - Namespace
- Rocket
.Surgery .Nuke .Xamarin - Base Types
-
- Enumeration
graph BT
Type-->Base0["Enumeration"]
Type["TargetPlatform"]
class Type type-node
Syntax
public class TargetPlatform : Enumeration
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
PublicAPIAttribute | |
Type |
Constructors
Name | Summary |
---|---|
TargetPlatform |
Fields
Name | Constant Value | Summary |
---|---|---|
AnyCPU |
Any CPU Target
static
|
|
iPhone |
iPhone Target
static
|
|
iPhoneSimulator |
iPhone Simulator Target
static
|
Methods
Name | Value | Summary |
---|---|---|
ToString |
string |
Operators
Name | Value | Summary |
---|---|---|
implicit operator string |
string |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|