Platforms

Ecng.Common

Enumeration for representing supported platform types.

フィールド

AnyCPU
public const Platforms AnyCPU
value = Platforms.AnyCPU

Represents any CPU architecture.

x64
public const Platforms x64
value = Platforms.x64

Represents the 64-bit platform.

x86
public const Platforms x86
value = Platforms.x86

Represents the 32-bit platform.