The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TypeDescriptorPermissionFlags Enumeration
.NET Framework (current version)
Defines permission settings for type descriptors.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| NoFlags | No permission flags are set on the type descriptor. | |
| RestrictedRegistrationAccess | The type descriptor may be called from partially trusted code. |
.NET Framework
Available since 4.0
Available since 4.0
Show: