AssemblyRefFlags Enumeration

Contains values that describe features of an assembly reference.

Syntax

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: See System Requirements.

Header: Cor.h

.NET Framework Versions: Available since 1.0

See also