A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/dotnet/api/system.reflection.emit.assemblybuilderaccess below:

AssemblyBuilderAccess Enum (System.Reflection.Emit) | Microsoft Learn

AssemblyBuilderAccess Enum Definition

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
Inheritance
Attributes
Fields Name Value Description Run 1

The dynamic assembly can be executed, but not saved.

Save 2

The dynamic assembly can be saved, but not executed.

RunAndSave 3

The dynamic assembly can be executed and saved.

ReflectionOnly 6

The dynamic assembly is loaded into the reflection-only context, and cannot be executed.

RunAndCollect 9

The 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 article

Was 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