Compartir a través de


RegisterActivatorAttribute Clase

Definición

Cuando se aplica a un tipo, indica que el tipo es un activador y que debe registrarse automáticamente.

[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
Herencia
RegisterActivatorAttribute
Atributos

Constructores

RegisterActivatorAttribute()

Cuando se aplica a un tipo, indica que el tipo es un activador y que debe registrarse automáticamente.

Se aplica a