หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา