Поделиться через


AliasAttribute Класс

Определение

При применении к типу или методу задает известное имя, которое можно использовать для идентификации этого типа или метода.

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

Комментарии

В случае типа псевдоним должен быть глобально уникальным. В случае метода псевдоним должен быть уникальным для объявляющего типа.

Конструкторы

AliasAttribute(String)

Инициализирует новый экземпляр класса AliasAttribute.

Свойства

Alias

Возвращает псевдоним.

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

См. также раздел