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 類別的新執行個體。 |