AssemblyRefFlags Enumeration

Contains values that describe features of an assembly reference.

typedef enum {
    arfFullOriginator = 0x0001
} AssemblyRefFlags;

Members

Member Description

arfFullOriginator

Specifies that the assembly reference contains full, unhashed information about the publisher of the assembly.

Requirements

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

Header: Cor.h

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Reference

IMetaDataAssemblyEmit Interface
IMetaDataAssemblyEmit::DefineAssemblyRef Method

Other Resources

Metadata Enumerations