Share via


COR_NATIVE_LINK Structure

Contains information that is used to link native code.

typedef struct 
{
    BYTE        m_linkType;
    BYTE        m_flags;
    mdMemberRef m_entryPoint;
} COR_NATIVE_LINK;

Members

Member Description

m_linkType

m_flags

Flags used by the linker when linking native code. This value is one of the CorNativeLinkFlags Enumeration values.

m_entryPoint

The MemberRef metadata token that represents the entry point. The format is lib:entrypoint.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: Cor.h

Library: Used as a resource in Mscoree.dll

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Reference

CorNativeLinkType Enumeration
CorNativeLinkFlags Enumeration

Other Resources

Metadata Structures