Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AssemblyRegistrationFlags Enumeration

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

System.Runtime.InteropServices Namespace

Show:
© 2017 Microsoft