Enumerazione ASM_CMP_FLAGS
Indica la versione, la compilazione, le impostazioni cultura, la firma e così via, di due assembly da confrontare con il metodo IAssemblyName::IsEqual .
Sintassi
typedef enum {
ASM_CMPF_NAME = 0x1,
ASM_CMPF_MAJOR_VERSION = 0x2,
ASM_CMPF_MINOR_VERSION = 0x4,
ASM_CMPF_BUILD_NUMBER = 0x8,
ASM_CMPF_REVISION_NUMBER = 0x10,
ASM_CMPF_VERSION =
ASM_CMPF_MAJOR_VERSION |
ASM_CMPF_MINOR_VERSION |
ASM_CMPF_BUILD_NUMBER |
ASM_CMPF_REVISION_NUMBER,
ASM_CMPF_PUBLIC_KEY_TOKEN = 0x20,
ASM_CMPF_CULTURE = 0x40,
ASM_CMPF_CUSTOM = 0x80,
ASM_CMPF_DEFAULT = 0x100,
ASM_CMPF_RETARGET = 0x200,
ASM_CMPF_ARCHITECTURE = 0x400,
ASM_CMPF_CONFIG_MASK = 0x800,
ASM_CMPF_MVID = 0x1000,
ASM_CMPF_SIGNATURE = 0x2000,
ASM_CMPF_IL_ALL =
ASM_CMPF_NAME |
ASM_CMPF_VERSION |
ASM_CMPF_PUBLIC_KEY_TOKEN |
ASM_CMPF_CULTURE,
ASM_CMPF_IL_NO_VERSION =
ASM_CMPF_NAME |
ASM_CMPF_PUBLIC_KEY_TOKEN |
ASM_CMPF_CULTURE
} ASM_CMP_FLAGS;
Requisiti
Piattaforme: vedere Requisiti di sistema di .NET Framework.
Intestazione: Fusion.h
Libreria: Incluso come risorsa in MsCorEE.dll
Versioni di .NET Framework: Disponibile dalla versione 2.0
Vedi anche
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.