GeneratedActivatorConstructorAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンストラクターに適用する場合、生成されたアクティベーターの実装では、インスタンスをアクティブ化するときにそのコンストラクターを使用する必要があることを示します。
[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 クラスの新しいインスタンスを初期化します。 |