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.
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: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0