CorFileFlags Enumeration
Contains values that describe the type of file defined in a call to IMetaDataAssemblyEmit::DefineFile.
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 .NET Framework System Requirements.
Header: CorHdr.h
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0