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.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

<FlagsAttribute>
<ComVisibleAttribute(True)>
Public Enumeration AssemblyRegistrationFlags

Member nameDescription
None

Indicates no special settings.

SetCodeBase

Indicates that the code base key for the assembly should be set in the registry.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft