TypeDescriptorPermissionFlags Перечисление

Определение

Внимание!

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

Определяет настройки разрешений для дескрипторов типа.

Это перечисление поддерживает побитовую комбинацию значений его членов.

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
Наследование
TypeDescriptorPermissionFlags
Атрибуты

Поля

NoFlags 0

Для дескриптора типа не установлены флаги разрешений.

RestrictedRegistrationAccess 1

Дескриптор типа может вызываться из частично доверенного кода.

Применяется к