Defines the access modes for a dynamic assembly.
This enumeration supports a bitwise combination of its member values.
public enum class AssemblyBuilderAccess
[System.Flags]
public enum AssemblyBuilderAccess
[System.Flags]
[System.Serializable]
public enum AssemblyBuilderAccess
[System.Flags]
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum AssemblyBuilderAccess
[<System.Flags>]
type AssemblyBuilderAccess =
[<System.Flags>]
[<System.Serializable>]
type AssemblyBuilderAccess =
[<System.Flags>]
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type AssemblyBuilderAccess =
Public Enum AssemblyBuilderAccess
The dynamic assembly can be executed, but not saved.
Save 2The dynamic assembly can be saved, but not executed.
RunAndSave 3The dynamic assembly can be executed and saved.
ReflectionOnly 6The dynamic assembly is loaded into the reflection-only context, and cannot be executed.
RunAndCollect 9The dynamic assembly will be automatically unloaded and its memory reclaimed, when it's no longer accessible.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4