ReflectionPermission::Flags Property
.NET Framework (current version)
Gets or sets the type of reflection allowed for the current permission.
Assembly: mscorlib (in mscorlib.dll)
public: property ReflectionPermissionFlag Flags { ReflectionPermissionFlag get(); void set(ReflectionPermissionFlag value); }
Property Value
Type: System.Security.Permissions::ReflectionPermissionFlagThe set flags for the current permission.
| Exception | Condition |
|---|---|
| ArgumentException | An attempt is made to set this property to an invalid value. See ReflectionPermissionFlag for the valid values. |
The following code example shows the use of the Flags property. This example is part of a larger example provided for the ReflectionPermission class.
.NET Framework
Available since 1.1
Available since 1.1
Show: