ReflectionPermissionAttribute.ReflectionEmit プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
ReflectionPermissionAttribute.ReflectionEmit has been deprecated and is not supported.
注意事項
This permission is no longer used by the CLR.
注意事項
この API は非推奨になりました。
デバッグ シンボルの出力など、 System.Reflection.Emit内の特定の機能の使用を許可するかどうかを示す値を取得または設定します。
public:
property bool ReflectionEmit { bool get(); void set(bool value); };
[System.Obsolete("ReflectionPermissionAttribute.ReflectionEmit has been deprecated and is not supported.")]
public bool ReflectionEmit { get; set; }
public bool ReflectionEmit { get; set; }
[System.Obsolete("This permission is no longer used by the CLR.")]
public bool ReflectionEmit { get; set; }
[System.Obsolete]
public bool ReflectionEmit { get; set; }
[<System.Obsolete("ReflectionPermissionAttribute.ReflectionEmit has been deprecated and is not supported.")>]
member this.ReflectionEmit : bool with get, set
member this.ReflectionEmit : bool with get, set
[<System.Obsolete("This permission is no longer used by the CLR.")>]
member this.ReflectionEmit : bool with get, set
[<System.Obsolete>]
member this.ReflectionEmit : bool with get, set
Public Property ReflectionEmit As Boolean
プロパティ値
true 影響を受ける機能の使用が許可されている場合。それ以外の場合は false。
- 属性