The AssemblyBuilderAccess class is an enumeration that defines the access modes for a dynamic assembly.
[Visual Basic] Public Enum AssemblyBuilderAccess [C#] public enum AssemblyBuilderAccess [C++] public enum AssemblyBuilderAccess
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Run | Represents that the dynamic assembly can be executed but not saved. |
RunAndSave | Represents that the dynamic assembly can be executed and saved. |
Save | Represents that the dynamic assembly can be saved but not executed. |
Namespace: System.Reflection.Emit
Assembly: mscorlib.dll