UIPermission Constructor (PermissionState)
.NET Framework (current version)
Initializes a new instance of the UIPermission class with either fully restricted or unrestricted access, as specified.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- state
-
Type:
System.Security.Permissions::PermissionState
One of the enumeration values.
| Exception | Condition |
|---|---|
| ArgumentException | The state parameter is not a valid PermissionState. |
This constructor creates either the fully restricted (None) or the Unrestricted form of the permission.
The following code example shows the use of the UIPermission constructor. This example is part of a larger example provided for the UIPermission class.
.NET Framework
Available since 1.1
Available since 1.1
Show: