Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the attributes of an IAssemblyName object when it is constructed by the CreateAssemblyNameObject function.
typedef enum {
CANOF_PARSE_DISPLAY_NAME = 0x1,
CANOF_SET_DEFAULT_VALUES = 0x2,
CANOF_VERIFY_FRIEND_ASSEMBLYNAME = 0x4,
CANOF_PARSE_FRIEND_DISPLAY_NAME =
CANOF_PARSE_DISPLAY_NAME | CANOF_VERIFY_FRIEND_ASSEMBLYNAME
} CREATE_ASM_NAME_OBJ_FLAGS;
Members
Member | Description |
---|---|
CANOF_PARSE_DISPLAY_NAME |
Indicates that the parameter passed is a textual identity. |
CANOF_SET_DEFAULT_VALUES |
Sets a few default values. |
CANOF_VERIFY_FRIEND_ASSEMBLYNAME |
Verifies the friend assembly rule (only name and public key). For INTERNAL USE ONLY. |
CANOF_PARSE_FRIEND_DISPLAY_NAME |
A combination of the CANOF_PARSE_DISPLAY_NAME and CANOF_VERIFY_FRIEND_ASSEMBLYNAME flags. For INTERNAL USE ONLY. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Fusion.h
.NET Framework Version: 2.0
See Also
Reference
IAssemblyName Interface
CreateAssemblyNameObject Function