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 values that describe runtime features of an assembly.
Syntax
typedef enum _AssemblyFlags {
afNone = 0x00000000,
afInMemory = 0x00000001,
afCleanModules = 0x00000002,
afNoRefHash = 0x00000004,
afNoDupTypeCheck = 0x00000008,
afDupeCheckTypeFwds = 0x00000010,
} AssemblyFlags;
Members
| Member | Description |
|---|---|
afNone |
Normal case. |
afInMemory |
An InMemory single-file assembly the filename == AssemblyName. |
afCleanModules |
Use DeleteToken and Merging to remove the AssemblyAttributesGoHere. |
afNoRefHash |
Do not generate hashes for AssemblyRefs. |
afNoDupTypeCheck |
Do not check for duplicate types (ExportedType table + manifest file's TypeDef table). |
afDupeCheckTypeFwds |
Do dupe checking for type forwarders. This is so you can specify afNoDupTypeCheck for regular typedefs + afDupeCheckTypeFwds. |
Requirements
Platforms: See .NET supported operating systems.
Header: MsCorEE.h
Library: Included as a resource in MsCorEE.dll
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.