Enum ScriptPlatform
Defines target platform.
public enum ScriptPlatform
Fields
AnyCpu = 1
AnyCPU (default) compiles the assembly to run on any platform.
AnyCpu32BitPreferred = 4
Compiles your assembly to run on any platform. Your application runs in 32-bit mode on systems that support both 64-bit and 32-bit applications.
Auto = 0
Determines scripting platform depending on calling application target platform.
X64 = 3
x64 compiles the assembly to be run by the 64-bit common language runtime on a computer that supports the AMD64 or EM64T instruction set.
X86 = 2
x86 compiles the assembly to be run by the 32-bit, x86-compatible common language runtime