TypeDescriptorPermissionFlags Enumeration

Definition

Achtung

Code Access Security is not supported or honored by the runtime.

Definiert Berechtigungseinstellungen für Typdeskriptoren.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

public enum class TypeDescriptorPermissionFlags
[System.Flags]
public enum TypeDescriptorPermissionFlags
[System.Flags]
[System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public enum TypeDescriptorPermissionFlags
[System.Flags]
[System.Serializable]
public enum TypeDescriptorPermissionFlags
[<System.Flags>]
type TypeDescriptorPermissionFlags = 
[<System.Flags>]
[<System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type TypeDescriptorPermissionFlags = 
[<System.Flags>]
[<System.Serializable>]
type TypeDescriptorPermissionFlags = 
Public Enum TypeDescriptorPermissionFlags
Vererbung
TypeDescriptorPermissionFlags
Attribute

Felder

NoFlags 0

Für den Typdeskriptor werden keine Berechtigungsflags festgelegt.

RestrictedRegistrationAccess 1

Der Typdeskriptor kann von teilweise vertrauenswürdigem Code aufgerufen werden.

Gilt für