Property IsWindows
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.runner.utility.netfx.dll
IsWindows
Return true
if running under Windows; return false
if running elsewhere (and
Mono is required for .NET Framework support). By default uses RuntimeInformation.
public virtual bool IsWindows { get; }