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