System.Reflection.Emit.AssemblyBuilderAccess Enumeration

Assembly: Mscorlib.dll
Namespace: System.Reflection.Emit
Summary
Defines the access modes for a dynamic assembly.
C# Syntax:
[Serializable]
public enum AssemblyBuilderAccess
See also:
System.Reflection.Emit Namespace

System.Reflection.Emit.AssemblyBuilderAccess Member List:

Public Fields
Run Represents that the dynamic assembly can be executed, but not saved.
RunAndSave
Save Represents that the dynamic assembly can be saved, but not executed.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.