다음을 통해 공유


UseActivatorAttribute 클래스

정의

형식에 적용된 경우 는 해당 생성자 또는 다른 메커니즘을 통해서가 아니라 등록된 활성화자를 사용하여 형식을 활성화해야 했음을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class UseActivatorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type UseActivatorAttribute = class
    inherit Attribute
Public NotInheritable Class UseActivatorAttribute
Inherits Attribute
상속
UseActivatorAttribute
특성

생성자

UseActivatorAttribute()

형식에 적용된 경우 는 해당 생성자 또는 다른 메커니즘을 통해서가 아니라 등록된 활성화자를 사용하여 형식을 활성화해야 했음을 나타냅니다.

적용 대상