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

可能透過部分信任程式碼呼叫的型別描述元。

適用於