CorLinkerOptions Enumeration
Specifies flags to select options for the metadata linker.
Syntax
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: See System Requirements.
Header: CorHdr.h
.NET Framework Versions: Available since 1.0
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.