Share via


ECLRAssemblyIdentityFlags Enumeration

Indicates the type of an assembly's identity.

typedef enum _CLRAssemblyIdentityFlags {
    CLR_ASSEMBLY_IDENTITY_FLAGS_DEFAULT = 0
} ECLRAssemblyIdentityFlags;

Members

Member Description

CLR_ASSEMBLY_IDENTITY_FLAGS_DEFAULT

The identity is canonicalized.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: MSCorEE.idl

.NET Framework Version: 2.0

See Also

Other Resources

Hosting Enumerations