mscorlib(4.0.0.0) API with additions
AssemblyRegistrationFlags.cs
2 {
4  [Flags]
5  [ComVisible(true)]
7  {
9  None = 0x0,
11  SetCodeBase = 0x1
12  }
13 }
AssemblyRegistrationFlags
Defines a set of flags used when registering assemblies.
Indicates that the code base key for the assembly should be set in the registry.