Compartir a través de


UseActivatorAttribute Clase

Definición

Cuando se aplica a un tipo, indica que el tipo debe activarse mediante un activador registrado en lugar de a través de su constructor u otro mecanismo.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class UseActivatorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type UseActivatorAttribute = class
    inherit Attribute
Public NotInheritable Class UseActivatorAttribute
Inherits Attribute
Herencia
UseActivatorAttribute
Atributos

Constructores

UseActivatorAttribute()

Cuando se aplica a un tipo, indica que el tipo debe activarse mediante un activador registrado en lugar de a través de su constructor u otro mecanismo.

Se aplica a