Table of Contents

Enum Platforms

Namespace
Ecng.Common
Assembly
Ecng.Common.dll

Enumeration for representing supported platform types.

public enum Platforms
Extension Methods

Fields

AnyCPU = 2

Represents any CPU architecture.

x64 = 1

Represents the 64-bit platform.

x86 = 0

Represents the 32-bit platform.