Identifies the operating system, or platform, supported by an assembly.
Enumerator |
---|
unknown | The operating system is unknown.
|
win32s | The operating system is Win32s. Win32s is a layer that runs on 16-bit versions of Windows to provide access to 32-bit applications.
|
win32_windows | The operating system is Windows 95 or Windows 98.
|
win32_nt | The operating system is Windows NT or later.
|
win_ce | The operating system is Windows CE.
|
unix | The operating system is Unix.
|
xbox | The development platform is Xbox 360.
|
macos | The operating system is Macintosh.
|
ios | The operating system is iOS Apple.
|
android | The operating system is Android.
|
linux | The operating system is Linux.
|
tvos | The operating system is tvOS Apple.
|
watchos | The operating system is watchOS Apple.
|
free_bsd | The operating system is FreeBSD.
|
mingw | The operating system is MINGW.
|
msys | The operating system is MSYS.
|
posix | The operating system is Posix.
|
other | The operating system is other.
|