CorNativeLinkType Enumeration

Provides values that indicate the type linked in native code.

Syntax

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 System Requirements.

Header: Cor.h

Library: Included as a resource in MsCorEE.dll

.NET Framework Versions: Available since 1.0

See also