Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Contains information that is used to link native code.
Syntax
typedef struct
{
BYTE m_linkType;
BYTE m_flags;
mdMemberRef m_entryPoint;
} COR_NATIVE_LINK;
Members
| Member | Description |
|---|---|
m_linkType |
The type to be linked in native code. This value is one of the CorNativeLinkType values. |
m_flags |
Flags used by the linker when linking native code. This value is one of the CorNativeLinkFlags values. |
m_entryPoint |
The MemberRef metadata token that represents the entry point. The format is lib:entrypoint. |
Requirements
Platforms: See System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0
See also
Makipagtulungan sa amin sa GitHub
Ang pinagmulan para sa content na ito ay mahahanap sa GitHub, kung saan maaari ka ring lumikha at sumuri ng mga isyu at mga pull request. Para sa higit pang impormasyon, tingnan ang aming gabay sa contributor.