Enum AppDomainOption
Indicates the current level of app domain support that's in effect, for use by runner reporters.
public enum AppDomainOption
Fields
Disabled = 1App domains are supported, but currently disabled
Enabled = 2App domains are supported and currently enabled
NotAvailable = 0App domains are not supported by the current platform