NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AssemblyBuilderAccess Enumeration

The AssemblyBuilderAccess class is an enumeration that defines the access modes for a dynamic assembly.

[Visual Basic]
Public Enum AssemblyBuilderAccess
[C#]
public enum AssemblyBuilderAccess
[C++]
public enum AssemblyBuilderAccess

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Run Represents that the dynamic assembly can be executed but not saved.
RunAndSave Represents that the dynamic assembly can be executed and saved.
Save Represents that the dynamic assembly can be saved but not executed.

Requirements

Namespace: System.Reflection.Emit

Assembly: mscorlib.dll

See Also

System.Reflection.Emit Namespace