Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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: See .NET Framework System Requirements.
Header: CorHdr.h
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0