Compartir a través de


AliasAttribute Clase

Definición

Cuando se aplica a un tipo o método, especifica un nombre conocido que se puede usar para identificar ese tipo o método.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Struct)]
public sealed class AliasAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true)]
public sealed class AliasAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Struct)>]
type AliasAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true)>]
type AliasAttribute = class
    inherit Attribute
Public NotInheritable Class AliasAttribute
Inherits Attribute
Herencia
AliasAttribute
Atributos

Comentarios

En el caso de un tipo, el alias debe ser único globalmente. En el caso de un método, el alias debe ser único para el tipo declarante.

Constructores

AliasAttribute(String)

Inicializa una nueva instancia de la clase AliasAttribute.

Propiedades

Alias

Obtiene el alias.

Se aplica a

Consulte también