Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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
Ikkollabora magħna fuq GitHub
Is-sors għal dan il-kontenut jista’ jinstab fuq GitHub, fejn tista’ wkoll toħloq u tirrevedi l-problemi u t-talbiet għall-immerġjar. Għal aktar informazzjoni, ara l-gwida għall-kontributuri tagħna.