CorFileFlags Enumeration
Contains values that describe the type of file defined in a call to IMetaDataAssemblyEmit::DefineFile.
Syntax
typedef enum CorFileFlags {
ffContainsMetaData = 0x0000,
ffContainsNoMetaData = 0x0001
} CorFileFlags;
Members
Member | Description |
---|---|
ffContainsMetaData |
Indicates that the file is not a resource file. |
ffContainsNoMetaData |
Indicates that the file, possibly a resource file, does not contain metadata. |
Requirements
Platforms: See System Requirements.
Header: CorHdr.h
.NET Framework Versions: Available since 1.0
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา