AssemblyRegistrationFlags | serializable, flag |
System.Runtime.InteropServices (mscorlib.dll) | enum |
This enumeration specifies the flags
you can use with
IRegistrationServices.RegisterAssembly( ).
public enum AssemblyRegistrationFlags {
None = 0x00000000,
SetCodeBase = 0x00000001
}
Hierarchy
System.Object
System.ValueType
System.Enum(System.IComparable,
System.IFormattable, System.IConvertible)
AssemblyRegistrationFlags
Passed To
IRegistrationServices.RegisterAssembly( ),
RegistrationServices.RegisterAssembly( )
|