Member Name | Description |
---|---|
ReflectionOnly |
The dynamic assembly is loaded into the reflection-only context, and cannot be executed. |
Run |
The dynamic assembly can be executed, but not saved. |
RunAndCollect |
The dynamic assembly can be unloaded and its memory reclaimed, subject to the restrictions described in Collectible Dynamic Assemblies. |
RunAndSave |
The dynamic assembly can be executed and saved. |
Save |
The dynamic assembly can be saved, but not executed. |