Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies flags to select options for the metadata linker.
typedef enum CorLinkerOptions {
MDAssembly = 0x00000000,
MDNetModule = 0x00000001,
} CorLinkerOptions;
Members
Member |
Description |
---|---|
MDAssembly |
The private types and global functions are not preserved. |
MDNetModule |
The private types and global functions are preserved. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorHdr.h
.NET Framework Version: 2.0, 1.1, 1.0