CorNativeLinkFlags Enumeration
Provides flag values used by the linker when linking native code.
Syntax
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 System Requirements.
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.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.