AssemblyBuilderAccess 列挙型

定義

動的アセンブリのアクセス モードを定義します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

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
継承
AssemblyBuilderAccess
属性

フィールド

ReflectionOnly 6

動的アセンブリはリフレクションのみのコンテキストに読み込まれ、実行できません。

Run 1

動的アセンブリは実行できますが、保存できません。

RunAndCollect 9

アクセスできなくなったとき、動的アセンブリは自動的にアンロードされ、そのメモリは解放されます。

RunAndSave 3

動的アセンブリは実行および保存できます。

Save 2

動的アセンブリは保存できますが、実行できません。

適用対象