הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Indicates the version, build, culture, signature, and so on, of the assembly whose display name will be retrieved by the IAssemblyName::GetDisplayName method.
Syntax
typedef enum {
ASM_DISPLAYF_VERSION = 0x01,
ASM_DISPLAYF_CULTURE = 0x02,
ASM_DISPLAYF_PUBLIC_KEY_TOKEN = 0x04,
ASM_DISPLAYF_PUBLIC_KEY = 0x08,
ASM_DISPLAYF_CUSTOM = 0x10,
ASM_DISPLAYF_PROCESSORARCHITECTURE = 0x20,
ASM_DISPLAYF_LANGUAGEID = 0x40,
ASM_DISPLAYF_RETARGET = 0x80,
ASM_DISPLAYF_CONFIG_MASK = 0x100,
ASM_DISPLAYF_MVID = 0x200,
ASM_DISPLAYF_FULL =
ASM_DISPLAYF_VERSION |
ASM_DISPLAYF_CULTURE |
ASM_DISPLAYF_PUBLIC_KEY_TOKEN |
ASM_DISPLAYF_RETARGET |
ASM_DISPLAYF_PROCESSORARCHITECTURE
} ASM_DISPLAY_FLAGS;
Remarks
ASM_DISPLAYF_FULL reflects any changes made to the version of the IAssemblyName object. Do not assume that the returned value is immutable.
Requirements
Platforms: See System Requirements.
Header: Fusion.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: Available since 2.0
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.