Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains details about the operating system for an assembly or module.
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: 
  | 
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 Framework System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0
See Also
Reference
IMetaDataAssemblyEmit Interface