AssemblyBuilderAccess
Defines the access modes for a dynamic assembly.
Run = 1
The dynamic assembly can be executed, but not saved.
RunAndCollect = 9
The dynamic assembly will be automatically unloaded and its memory reclaimed, when it's no longer accessible.