The CREATE_ASM_NAME_OBJ_FLAGS enumeration contains the following values: CANOF_PARSE_DISPLAY_NAME - If this flag is specified, the szAssemblyName parameter is a full assembly name and is parsed to the individual properties. If the flag is not specified, szAssemblyName is the "Name" portion of the assembly name. CANOF_SET_DEFAULT_VALUES - If this flag is specified, certain properties, such as processor architecture, are set to their default values.
AssemblyCache.CreateAssemblyNameObject
Syntax
Visual Basic (Declaration) | |
---|
Public Enum Fusion.CREATE_ASM_NAME_OBJ_FLAGS
Inherits System.Enum
|
C# | |
---|
public enum Fusion.CREATE_ASM_NAME_OBJ_FLAGS : System.Enum
|
C++/CLI | |
---|
public enum class Fusion.CREATE_ASM_NAME_OBJ_FLAGS : public System.Enum
|
Members
Inheritance Hierarchy
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also