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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.