Freigeben über


RegisterActivatorAttribute Klasse

Definition

Gibt bei Anwendung auf einen Typ an, dass der Typ ein Aktivator ist und automatisch registriert werden soll.

[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
Vererbung
RegisterActivatorAttribute
Attribute

Konstruktoren

RegisterActivatorAttribute()

Gibt bei Anwendung auf einen Typ an, dass der Typ ein Aktivator ist und automatisch registriert werden soll.

Gilt für: