TypeDescriptorPermission.IsUnrestricted Metodo

Definizione

Ottiene un valore che indica se il descrittore di tipo può essere chiamato da codice parzialmente attendibile.

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

Restituisce

Boolean

true se la proprietà Flags è impostata su RestrictedRegistrationAccess; in caso contrario, false.

Implementazioni

Si applica a

Vedi anche