mscorlib(4.0.0.0) API with additions
AssemblyBuilderAccess.cs
2 
4 {
7  [ComVisible(true)]
8  [Flags]
10  {
12  Run = 0x1,
14  Save = 0x2,
16  RunAndSave = 0x3,
20  ReflectionOnly = 0x6,
22  RunAndCollect = 0x9
23  }
24 }
Definition: __Canon.cs:3
AssemblyBuilderAccess
Defines the access modes for a dynamic assembly.
The dynamic assembly can be saved, but not executed.
The dynamic assembly can be unloaded and its memory reclaimed, subject to the restrictions described ...
Specifies that the class can be serialized.
The dynamic assembly can be executed and saved.
The dynamic assembly can be executed, but not saved.