Summary
Defines the types of frameworks.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["FrameworkTypes"]
class Type type-node
Syntax
[Flags]
public enum FrameworkTypes
Attributes
Type | Description |
---|---|
FlagsAttribute |
Fields
Name | Constant Value | Summary |
---|---|---|
All | 3 |
All frameworks supported on the current platform, regardless of their
installation state, target device or vendor.
static
|
Browser | 16 |
Frameworks that run in a browser.
static
|
Compact | 8 |
Frameworks that target compact devices.
static
|
Desktop | 4 |
Frameworks that typically target full desktop devices.
static
|
DeviceMask | 28 |
Retrieves device attributes.
static
|
Installed | 2 |
Frameworks that are installed on the current system.
static
|
InstallStateMask | 3 |
Retrieves installation state attributes.
static
|
Mono | 32 |
Frameworks released as part of the open-source Mono
project.
static
|
MS | 64 |
Frameworks released by Microsoft.
static
|
NotInstalled | 1 |
Frameworks that are supported on the current platform, but are not
installed.
static
|
VendorMask | 96 |
Retrieves vendor attributes.
static
|