ReflectionPermission::Flags Property

 

Gets or sets the type of reflection allowed for the current permission.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
property ReflectionPermissionFlag Flags {
	ReflectionPermissionFlag get();
	void set(ReflectionPermissionFlag value);
}

Property Value

Type: System.Security.Permissions::ReflectionPermissionFlag

The 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: