TypeDescriptorPermission.IsUnrestricted Method

Definition

Gets a value that indicates whether the type descriptor may be called from partially trusted code.

public:
 virtual bool IsUnrestricted();
public bool IsUnrestricted ();
abstract member IsUnrestricted : unit -> bool
override this.IsUnrestricted : unit -> bool
Public Function IsUnrestricted () As Boolean

Returns

true if the Flags property is set to RestrictedRegistrationAccess; otherwise, false.

Implements

Applies to

See also