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.
Provides flag values used by the linker when linking native code.
typedef enum
{
nlfNone = 0x00,
nlfLastError = 0x01,
nlfNoMangle = 0x02,
nlfMaxValue = 0x03
} CorNativeLinkFlags;
Members
Member |
Description |
---|---|
nlfNone |
Indicates no flags. |
nlfLastError |
Indicates a setLastError keyword. |
nlfNoMangle |
Indicates a nomangle keyword. |
nlfMaxValue |
Not used. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0