Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
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 .NET supported operating systems.
Header: CorHdr.h
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.