Specifies where to host the target
class.
Namespace:
WebSupergoo.TaskGarden
Syntax
| C# |
|---|
public enum RunIn |
| Visual Basic |
|---|
Public Enumeration RunIn |
Members
| Member name | Value | Description | |
|---|---|---|---|
| NewProcess | 0 | Host the target class in a new process. | |
| CurrentProcess | 1 | Host the target class in the current process. This is useful for debug purposes. |