ASM_NAME-Enumeration
Gibt die Version, den Build, die Kultur, die Signatur usw. der Assembly an, deren Eigenschaften durch die IAssemblyName-Methoden abgerufen oder festgelegt werden sollen.
Syntax
typedef enum {
ASM_NAME_PUBLIC_KEY = 0,
ASM_NAME_PUBLIC_KEY_TOKEN,
ASM_NAME_HASH_VALUE,
ASM_NAME_NAME,
ASM_NAME_MAJOR_VERSION,
ASM_NAME_MINOR_VERSION,
ASM_NAME_BUILD_NUMBER,
ASM_NAME_REVISION_NUMBER,
ASM_NAME_CULTURE,
ASM_NAME_PROCESSOR_ID_ARRAY,
ASM_NAME_OSINFO_ARRAY,
ASM_NAME_HASH_ALGID,
ASM_NAME_ALIAS,
ASM_NAME_CODEBASE_URL,
ASM_NAME_CODEBASE_LASTMOD,
ASM_NAME_NULL_PUBLIC_KEY,
ASM_NAME_NULL_PUBLIC_KEY_TOKEN,
ASM_NAME_CUSTOM,
ASM_NAME_NULL_CUSTOM,
ASM_NAME_MVID,
ASM_NAME_FILE_MAJOR_VERSION,
ASM_NAME_FILE_MINOR_VERSION,
ASM_NAME_FILE_BUILD_NUMBER,
ASM_NAME_FILE_REVISION_NUMBER,
ASM_NAME_RETARGET,
ASM_NAME_SIGNATURE_BLOB,
ASM_NAME_CONFIG_MASK,
ASM_NAME_ARCHITECTURE,
ASM_NAME_MAX_PARAMS
} ASM_NAME;
Requirements (Anforderungen)
Plattformen: Informationen finden Sie unter Systemanforderungen.
Header: Fusion.h
Bibliothek: Als Ressource in „MsCorEE.dll“ enthalten
.NET Framework-Versionen: Seit 2.0 verfügbar.
Siehe auch
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.