OperatingSystems Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enum that is used with OSConditionAttribute to control which operating systems a test method or test class supports or doesn't support.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum OperatingSystems
[<System.Flags>]
type OperatingSystems =
Public Enum OperatingSystems
- Inheritance
-
OperatingSystems
- Attributes
Fields
Name | Value | Description |
---|---|---|
Linux | 1 | Represents the Linux operating system. |
OSX | 2 | Representing the MacOS operating system. |
Windows | 4 | Represents the Windows operating system. |
FreeBSD | 8 | Represents the FreeBSD operating system. |