Name

AssemblyBuilderAccess

Synopsis

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
}

Hierarchy

System.ObjectSystem.ValueTypeSystem.Enum(System.IComparable, System.IFormattable, System.IConvertible)AssemblyBuilderAccess

Passed To

System.AppDomain.DefineDynamicAssembly()

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.