다음을 통해 공유


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()

형식에 적용하면 형식이 활성화자이며 자동으로 등록되어야 했음을 나타냅니다.

적용 대상