إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Contains flag values that control the behavior during importation of an assembly outside the current scope.
Syntax
typedef enum CorImportOptions {
MDImportOptionDefault = 0x00000000,
MDImportOptionAll = 0xFFFFFFFF,
MDImportOptionAllTypeDefs = 0x00000001,
MDImportOptionAllMethodDefs = 0x00000002,
MDImportOptionAllFieldDefs = 0x00000004,
MDImportOptionAllProperties = 0x00000008,
MDImportOptionAllEvents = 0x00000010,
MDImportOptionAllCustomAttributes = 0x00000020,
MDImportOptionAllExportedTypes = 0x00000040
} CorImportOptions;
Members
| Member | Description |
|---|---|
MDImportOptionDefault |
Indicates the default behavior, which is to skip deleted records. |
MDImportOptionAll |
Indicates that all metadata should be enumerated. |
MDImportOptionAllTypeDefs |
Indicates that all TypeDefs, including deleted ones, should be enumerated. |
MDImportOptionAllMethodDefs |
Indicates that all MethodDefs, including deleted ones, should be enumerated. |
MDImportOptionAllFieldDefs |
Indicates that all FieldDefs, including deleted ones, should be enumerated. |
MDImportOptionAllProperties |
Indicates that all PropertyDefs, including deleted ones, should be enumerated. |
MDImportOptionAllEvents |
Indicates that all EventDefs, including deleted ones, should be enumerated. |
MDImportOptionAllCustomAttributes |
Indicates that all custom attributes, including deleted ones, should be enumerated. |
MDImportOptionAllExportedTypes |
Indicates that all exported types, including deleted ones, should be enumerated. |
Requirements
Platforms: See .NET supported operating systems.
Header: CorHdr.h
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.