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
End Enum

Hierarchy

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

Passed To

System.AppDomain.DefineDynamicAssembly()

Get VB.NET Core Classes 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.