Class DPlatformType
IDEProjectFileEditor platform types enum
Inheritance
object
DPlatformType
Namespace: IdeProjectFileEditor
Assembly: BuildSystem.Utils.dll
Syntax
public sealed class DPlatformType : Enum
Fields
pAll
All platforms available
Declaration
public const DPlatformType pAll = 0
Field Value
Type | Description |
---|---|
DPlatformType |
pWin32
Win32 platform. Also comparable to x86 platform
Declaration
public const DPlatformType pWin32 = 1
Field Value
Type | Description |
---|---|
DPlatformType |
pWin64
Win64 platform. Also comparable to x64 platform
Declaration
public const DPlatformType pWin64 = 2
Field Value
Type | Description |
---|---|
DPlatformType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |