March 2002
Intermediate to advanced
864 pages
31h 8m
English
AssemblyBuilderAccess
This enumeration is used by the System.AppDomain.DefineDynamicAssembly() method. It specifies
whether a dynamic assembly will support dynamic execution only
(Run),
save to disk only
(Save), or
both
(RunAndSave).
public enum AssemblyBuilderAccess { Run = 1, Save = 2, RunAndSave = 3 }
System.Object→System.ValueType→System.Enum(System.IComparable, System.IFormattable, System.IConvertible)→AssemblyBuilderAccess
System.AppDomain.DefineDynamicAssembly()