August 2003
Intermediate to advanced
928 pages
32h 1m
English
AssemblyRegistrationFlags
This enumeration specifies the flags
you can use with
IRegistrationServices.RegisterAssembly( ).

Figure 37-2. Attributes and delegates from System.Runtime.InteropServices
public enum AssemblyRegistrationFlags { None = 0x00000000, SetCodeBase = 0x00000001 }
System.Object
→
System.ValueType
→
System.Enum(System.IComparable,
System.IFormattable, System.IConvertible)
→
AssemblyRegistrationFlags
IRegistrationServices.RegisterAssembly( ),
RegistrationServices.RegisterAssembly( )