ReflectionPermissionAttribute::Flags Property
.NET Framework (current version)
Gets or sets the current allowed uses of reflection.
Assembly: mscorlib (in mscorlib.dll)
public: property ReflectionPermissionFlag Flags { ReflectionPermissionFlag get(); void set(ReflectionPermissionFlag value); }
Property Value
Type: System.Security.Permissions::ReflectionPermissionFlagOne or more of the ReflectionPermissionFlag values combined using a bitwise OR.
| Exception | Condition |
|---|---|
| ArgumentException | An attempt is made to set this property to an invalid value. See ReflectionPermissionFlag for the valid values. |
.NET Framework
Available since 1.1
Available since 1.1
Show: