|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Represents information about an operating system, such as the version and platform identifier. More...
#include "Common.h"#include "System/Object.h"#include "System/String.h"#include "System/Version.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::OperatingSystem |
| Represents information about an operating system, such as the version and platform identifier. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
Enumerations | |
| enum class | DotNetDupe::System::PlatformID { DotNetDupe::System::Win32S = 0 , DotNetDupe::System::Win32Windows = 1 , DotNetDupe::System::Win32NT = 2 , DotNetDupe::System::WinCE = 3 , DotNetDupe::System::Unix = 4 , DotNetDupe::System::Xbox = 5 } |
| Identifies the operating system, or platform, supported by an assembly. More... | |
Represents information about an operating system, such as the version and platform identifier.
Standard Citation: ECMA-335 CLI Common Language Infrastructure.
Definition in file OperatingSystem.h.