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


RegisterActivatorAttribute Класс

Определение

При применении к типу указывает, что тип является активатором и что он должен быть зарегистрирован автоматически.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class RegisterActivatorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type RegisterActivatorAttribute = class
    inherit Attribute
Public NotInheritable Class RegisterActivatorAttribute
Inherits Attribute
Наследование
RegisterActivatorAttribute
Атрибуты

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

RegisterActivatorAttribute()

При применении к типу указывает, что тип является активатором и что он должен быть зарегистрирован автоматически.

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