Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.