Windows apps
Collapse the table of content
Expand the table of content
Information
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.

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

[SerializableAttribute]
[FlagsAttribute]
public enum class TypeDescriptorPermissionFlags

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft