共用方式為


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

適用於