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 values that indicate the type linked in native code.
typedef enum
{
nltNone = 1,
nltAnsi = 2,
nltUnicode = 3,
nltAuto = 4,
nltOle = 5,
nltMaxValue = 7
} CorNativeLinkType;
Members
Member |
Description |
---|---|
nltNone |
Indicates that none of the keywords are specified. |
nltAnsi |
Indicates that an ANSI keyword is specified. |
nltUnicode |
Indicates that a Unicode keyword is specified |
nltAuto |
Indicates that an auto keyword is specified. |
nltOle |
Indicates that an OLE keyword is specified. |
nltMaxValue |
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