GeneratedActivatorConstructorAttribute クラス

定義

コンストラクターに適用する場合、生成されたアクティベーターの実装では、インスタンスをアクティブ化するときにそのコンストラクターを使用する必要があることを示します。

[System.AttributeUsage(System.AttributeTargets.Constructor)]
public sealed class GeneratedActivatorConstructorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Constructor)>]
type GeneratedActivatorConstructorAttribute = class
    inherit Attribute
Public NotInheritable Class GeneratedActivatorConstructorAttribute
Inherits Attribute
継承
GeneratedActivatorConstructorAttribute
属性

注釈

この属性は、挿入された依存関係を必要とするコンストラクターを呼び出すために使用できます。

コンストラクター

GeneratedActivatorConstructorAttribute()

GeneratedActivatorConstructorAttribute クラスの新しいインスタンスを初期化します。

適用対象