UseActivatorAttribute クラス

定義

型に適用する場合、 は、コンストラクターまたは別のメカニズムではなく、登録済みのアクティベーターを使用して型をアクティブ化する必要があることを示します。

[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
継承
UseActivatorAttribute
属性

コンストラクター

UseActivatorAttribute()

型に適用する場合、 は、コンストラクターまたは別のメカニズムではなく、登録済みのアクティベーターを使用して型をアクティブ化する必要があることを示します。

適用対象