RegisterActivatorAttribute Classe

Definizione

Quando applicato a un tipo, indica che il tipo è un attivatore e che deve essere registrato automaticamente.

[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
Ereditarietà
RegisterActivatorAttribute
Attributi

Costruttori

RegisterActivatorAttribute()

Quando applicato a un tipo, indica che il tipo è un attivatore e che deve essere registrato automaticamente.

Si applica a