Specifies target platform of the worker
process.
Namespace:
WebSupergoo.TaskGarden
Syntax
| C# |
|---|
public enum Platform |
| Visual Basic |
|---|
Public Enumeration Platform |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Current | 0 | Use the same platform as the current process. | |
| AnyCpu | 1 | Any CPU. | |
| x86 | 2 | x86 architecture (32 bit). | |
| x64 | 3 | x64 architecture (64 bit). |