TypeDescriptorPermissionFlags Wyliczenie

Definicja

Przestroga

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

Definiuje ustawienia uprawnień dla deskryptorów typów.

To wyliczenie obsługuje bitową kombinację jego wartości składowych.

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
Dziedziczenie
TypeDescriptorPermissionFlags
Atrybuty

Pola

NoFlags 0

W deskryptorze typu nie ustawiono żadnych flag uprawnień.

RestrictedRegistrationAccess 1

Deskryptor typu może być wywoływany z częściowo zaufanego kodu.

Dotyczy