This documentation is archived and is not being maintained.
AssemblyRegistrationFlags Enumeration
.NET Framework 1.1
Defines a set of flags used when registering assemblies.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Visual Basic] <Flags> <Serializable> Public Enum AssemblyRegistrationFlags [C#] [Flags] [Serializable] public enum AssemblyRegistrationFlags [C++] [Flags] [Serializable] __value public enum AssemblyRegistrationFlags [JScript] public Flags Serializable enum AssemblyRegistrationFlags
Members
| Member name | Description | Value |
|---|---|---|
| None | Indicates no special settings. | 0 |
| SetCodeBase | Indicates that the code base key for the assembly should be set in the registry. | 1 |
Requirements
Namespace: System.Runtime.InteropServices
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: