Table of Contents

Enum AppDomainOption

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

Indicates the current level of app domain support that's in effect, for use by runner reporters.

public enum AppDomainOption

Fields

Disabled = 1

App domains are supported, but currently disabled

Enabled = 2

App domains are supported and currently enabled

NotAvailable = 0

App domains are not supported by the current platform