Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Specifies the attributes of an IAssemblyName Interface object when it is constructed by the CreateAssemblyNameObject function.
Syntax
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). This member is for internal use only. |
CANOF_PARSE_FRIEND_DISPLAY_NAME |
A combination of the CANOF_PARSE_DISPLAY_NAME and CANOF_VERIFY_FRIEND_ASSEMBLYNAME flags. This member is for internal use only. |
Requirements
Platforms: See System Requirements.
Header: Fusion.h
.NET Framework Versions: Available since 2.0
See also
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.