RegisterActivatorAttribute 类

定义

应用于类型时,指示类型是激活器,应自动注册该类型。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class RegisterActivatorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type RegisterActivatorAttribute = class
    inherit Attribute
Public NotInheritable Class RegisterActivatorAttribute
Inherits Attribute
继承
RegisterActivatorAttribute
属性

构造函数

RegisterActivatorAttribute()

应用于类型时,指示类型是激活器,应自动注册该类型。

适用于