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 类的新实例。

适用于