Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Contains details about the operating system for an assembly or module.
Syntax
typedef struct {
DWORD dwOSPlatformId;
DWORD dwOSMajorVersion;
DWORD dwOSMinorVersion;
} OSINFO;
Members
| Member | Description |
|---|---|
dwOSPlatformId |
One of the identifier values defined by the Microsoft Windows platform function GetVersionEx. The following values are supported:- VER_PLATFORM_WIN32s, or 0x0000, to specify Microsoft Windows 3.1. - VER_PLATFORM_WIN32_WINDOWS, or 0x0001, to specify Windows 95, Windows 98, or operating systems descended from them. - VER_PLATFORM_WIN32_NT, or 0x0002, to specify Windows NT or operating systems descended from it. |
dwOSMajorVersion |
The operating system major version, or a NULL value to indicate any version. |
dwOSMinorVersion |
The operating system minor version, or a NULL value to indicate any version. |
Remarks
OSINFO is based on the OSVERSIONINFOEX structure that is used in calls to the Microsoft Windows platform function GetVersionEx. This structure is used by the ASSEMBLYMETADATA structure to indicate its operating system support.
Requirements
Platforms: See .NET supported operating systems.
Header: Cor.h
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.